#A29D33

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

Shades of Reef Gold #A29D33

Tints of Reef Gold #A29D33

Color information

#A29D33 (or 0xA29D33) is unknown color: approx Reef Gold. HEX triplet: A2, 9D and 33. RGB value is (162,157,51). Sum of RGB (Red+Green+Blue) = 162+157+51=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 51 (20.31% from 255 or 13.78% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29D33 is #5D62CC. Grayscale: #929292. Windows color (decimal): -6120141 or 3382690. OLE color: 3382690.

HSL color Cylindrical-coordinate representation of color #A29D33: hue angle of 57.3º degrees, saturation: 0.52, 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 #A29D33 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB16215751-
CMYK00.030.690.36
HSL57.3º52.11%41.76%-
HSV(B)57.3º68.52%63.53%-
XYZ27.5532.037.86-
YUV146.4174.16139.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.78%
GREEN value IS 157 (61.72% from 255) = 42.43%
BLUE value IS 51 (20.31% from 255) = 13.78%
R=43.78%
G=42.43%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621575100.030.690.3657.352.1141.76
HexA29D3303452439342a
Octal242235630310544716452
Binary10100010100111011100110111000101100100111001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29D33; }

 p { color: rgb(162,157,51); }

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

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

 a { background-color: rgb(162,157,51); }

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

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

 span { border-color: rgb(162,157,51); }

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