#A29132

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

Shades of Reef Gold #A29132

Tints of Reef Gold #A29132

Color information

#A29132 (or 0xA29132) is unknown color: approx Reef Gold. HEX triplet: A2, 91 and 32. RGB value is (162,145,50). Sum of RGB (Red+Green+Blue) = 162+145+50=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A29132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29132 is #5D6ECD. Grayscale: #8B8B8B. Windows color (decimal): -6123214 or 3314082. OLE color: 3314082.

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

Color convert

RGB16214550-
CMYK00.100.690.36
HSL50.89º52.83%41.57%-
HSV(B)50.89º69.14%63.53%-
XYZ25.628.167.1-
YUV139.2577.63144.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.38%
GREEN value IS 145 (57.03% from 255) = 40.62%
BLUE value IS 50 (19.92% from 255) = 14.01%
R=45.38%
G=40.62%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621455000.100.690.3650.8952.8341.57
HexA291320A452433352a
Octal2422216201210544636552
Binary1010001010010001110010010101000101100100110011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29132; }

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

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

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

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

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

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

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

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