#A29A32

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

Shades of Reef Gold #A29A32

Tints of Reef Gold #A29A32

Color information

#A29A32 (or 0xA29A32) is unknown color: approx Reef Gold. HEX triplet: A2, 9A and 32. RGB value is (162,154,50). Sum of RGB (Red+Green+Blue) = 162+154+50=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 50 (19.92% from 255 or 13.66% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29A32 is #5D65CD. Grayscale: #909090. Windows color (decimal): -6120910 or 3316386. OLE color: 3316386.

HSL color Cylindrical-coordinate representation of color #A29A32: hue angle of 55.71º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A29A32 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB16215450-
CMYK00.050.690.36
HSL55.71º52.83%41.57%-
HSV(B)55.71º69.14%63.53%-
XYZ27.0331.027.58-
YUV144.5474.65140.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.26%
GREEN value IS 154 (60.55% from 255) = 42.08%
BLUE value IS 50 (19.92% from 255) = 13.66%
R=44.26%
G=42.08%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621545000.050.690.3655.7152.8341.57
HexA29A3205452438352a
Octal242232620510544706552
Binary101000101001101011001001011000101100100111000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29A32; }

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

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

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

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

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

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

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

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