#A79830

Color #A79830 Reef Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef Gold #A79830

Tints of Reef Gold #A79830

Color information

#A79830 (or 0xA79830) is unknown color: approx Reef Gold. HEX triplet: A7, 98 and 30. RGB value is (167,152,48). Sum of RGB (Red+Green+Blue) = 167+152+48=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 48 (19.14% from 255 or 13.08% from 367); Max value from RGB is 167 - color contains mainly: red. Hex color #A79830 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79830 is #5867CF. Grayscale: #919191. Windows color (decimal): -5793744 or 3184807. OLE color: 3184807.

HSL color Cylindrical-coordinate representation of color #A79830: hue angle of 52.44º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A79830 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB16715248-
CMYK00.090.710.35
HSL52.44º55.35%42.16%-
HSV(B)52.44º71.26%65.49%-
XYZ27.730.897.3-
YUV144.6373.47143.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 45.50%
GREEN value IS 152 (59.77% from 255) = 41.42%
BLUE value IS 48 (19.14% from 255) = 13.08%
R=45.50%
G=41.42%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671524800.090.710.3552.4455.3542.16
HexA7983009472334372a
Octal2472306001110743646752
Binary1010011110011000110000010011000111100011110100110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79830; }

 p { color: rgb(167,152,48); }

 H1.HeaderClassName
 {
   color: #A79830;
 }
 .AnyTagClassName
 {
   color: #A79830;
 }
</style>
background-color css

<style>
 a { background-color: #A79830; }

 a { background-color: rgb(167,152,48); }

 div.DivClassName
 {
   background-color: #A79830;
 }
 .BgClassName
 {
   background-color: #A79830;
 }
</style>
border-color css

<style>
 span { border-color: #A79830; }

 span { border-color: rgb(167,152,48); }

 td.TdClassName
 {
   border-color: #A79830;
 }
 .TagClassName
 {
   border-color: #A79830;
 }
</style>