#A29D36

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

Shades of Reef Gold #A29D36

Tints of Reef Gold #A29D36

Color information

#A29D36 (or 0xA29D36) is unknown color: approx Reef Gold. HEX triplet: A2, 9D and 36. RGB value is (162,157,54). Sum of RGB (Red+Green+Blue) = 162+157+54=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 54 (21.48% from 255 or 14.48% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29D36 is #5D62C9. Grayscale: #939393. Windows color (decimal): -6120138 or 3579298. OLE color: 3579298.

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

Color convert

RGB16215754-
CMYK00.030.670.36
HSL57.22º50%42.35%-
HSV(B)57.22º66.67%63.53%-
XYZ27.6232.068.22-
YUV146.7575.66138.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.43%
GREEN value IS 157 (61.72% from 255) = 42.09%
BLUE value IS 54 (21.48% from 255) = 14.48%
R=43.43%
G=42.09%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621575400.030.670.3657.225042.35
HexA29D3603432439322a
Octal242235660310344716252
Binary10100010100111011101100111000011100100111001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29D36; }

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

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

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

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

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

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

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

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