#A79C34

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

Shades of Reef Gold #A79C34

Tints of Reef Gold #A79C34

Color information

#A79C34 (or 0xA79C34) is unknown color: approx Reef Gold. HEX triplet: A7, 9C and 34. RGB value is (167,156,52). Sum of RGB (Red+Green+Blue) = 167+156+52=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 156 (61.33% from 255 or 41.6% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A79C34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79C34 is #5863CB. Grayscale: #939393. Windows color (decimal): -5792716 or 3447975. OLE color: 3447975.

HSL color Cylindrical-coordinate representation of color #A79C34: hue angle of 54.26º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A79C34 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB16715652-
CMYK00.070.690.35
HSL54.26º52.51%42.94%-
HSV(B)54.26º68.86%65.49%-
XYZ28.4432.247.97-
YUV147.4374.14141.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.53%
GREEN value IS 156 (61.33% from 255) = 41.6%
BLUE value IS 52 (20.70% from 255) = 13.87%
R=44.53%
G=41.6%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671565200.070.690.3554.2652.5142.94
HexA79C3407452336352b
Octal247234640710543666553
Binary101001111001110011010001111000101100011110110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79C34; }

 p { color: rgb(167,156,52); }

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

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

 a { background-color: rgb(167,156,52); }

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

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

 span { border-color: rgb(167,156,52); }

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