#A29732

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

Shades of Reef Gold #A29732

Tints of Reef Gold #A29732

Color information

#A29732 (or 0xA29732) is unknown color: approx Reef Gold. HEX triplet: A2, 97 and 32. RGB value is (162,151,50). Sum of RGB (Red+Green+Blue) = 162+151+50=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A29732 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29732 is #5D68CD. Grayscale: #8F8F8F. Windows color (decimal): -6121678 or 3315618. OLE color: 3315618.

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

Color convert

RGB16215150-
CMYK00.070.690.36
HSL54.11º52.83%41.57%-
HSV(B)54.11º69.14%63.53%-
XYZ26.5430.047.42-
YUV142.7775.64141.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.63%
GREEN value IS 151 (59.38% from 255) = 41.60%
BLUE value IS 50 (19.92% from 255) = 13.77%
R=44.63%
G=41.60%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621515000.070.690.3654.1152.8341.57
HexA2973207452436352a
Octal242227620710544666552
Binary101000101001011111001001111000101100100110110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29732; }

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

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

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

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

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

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

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

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