#A79A32

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

Shades of Reef Gold #A79A32

Tints of Reef Gold #A79A32

Color information

#A79A32 (or 0xA79A32) is unknown color: approx Reef Gold. HEX triplet: A7, 9A and 32. RGB value is (167,154,50). Sum of RGB (Red+Green+Blue) = 167+154+50=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 167 - color contains mainly: red. Hex color #A79A32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79A32 is #5865CD. Grayscale: #929292. Windows color (decimal): -5793230 or 3316391. OLE color: 3316391.

HSL color Cylindrical-coordinate representation of color #A79A32: hue angle of 53.33º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A79A32 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB16715450-
CMYK00.080.700.35
HSL53.33º53.92%42.55%-
HSV(B)53.33º70.06%65.49%-
XYZ28.0731.567.63-
YUV146.0373.81142.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.01%
GREEN value IS 154 (60.55% from 255) = 41.51%
BLUE value IS 50 (19.92% from 255) = 13.48%
R=45.01%
G=41.51%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671545000.080.700.3553.3353.9242.55
HexA79A3208462335362b
Octal2472326201010643656653
Binary1010011110011010110010010001000110100011110101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79A32; }

 p { color: rgb(167,154,50); }

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

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

 a { background-color: rgb(167,154,50); }

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

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

 span { border-color: rgb(167,154,50); }

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