#A29932

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

Shades of Reef Gold #A29932

Tints of Reef Gold #A29932

Color information

#A29932 (or 0xA29932) is unknown color: approx Reef Gold. HEX triplet: A2, 99 and 32. RGB value is (162,153,50). Sum of RGB (Red+Green+Blue) = 162+153+50=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A29932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29932 is #5D66CD. Grayscale: #909090. Windows color (decimal): -6121166 or 3316130. OLE color: 3316130.

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

Color convert

RGB16215350-
CMYK00.060.690.36
HSL55.18º52.83%41.57%-
HSV(B)55.18º69.14%63.53%-
XYZ26.8730.697.53-
YUV143.9574.98140.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.38%
GREEN value IS 153 (60.16% from 255) = 41.92%
BLUE value IS 50 (19.92% from 255) = 13.70%
R=44.38%
G=41.92%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621535000.060.690.3655.1852.8341.57
HexA2993206452437352a
Octal242231620610544676552
Binary101000101001100111001001101000101100100110111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29932; }

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

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

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

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

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

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

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

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