#A2932C

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

Shades of Reef Gold #A2932C

Tints of Reef Gold #A2932C

Color information

#A2932C (or 0xA2932C) is unknown color: approx Reef Gold. HEX triplet: A2, 93 and 2C. RGB value is (162,147,44). Sum of RGB (Red+Green+Blue) = 162+147+44=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 44 (17.58% from 255 or 12.46% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A2932C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2932C is #5D6CD3. Grayscale: #8C8C8C. Windows color (decimal): -6122708 or 2921378. OLE color: 2921378.

HSL color Cylindrical-coordinate representation of color #A2932C: hue angle of 52.37º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2932C is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB16214744-
CMYK00.090.730.36
HSL52.37º57.28%40.39%-
HSV(B)52.37º72.84%63.53%-
XYZ25.7928.736.57-
YUV139.7473.97143.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.89%
GREEN value IS 147 (57.81% from 255) = 41.64%
BLUE value IS 44 (17.58% from 255) = 12.46%
R=45.89%
G=41.64%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621474400.090.730.3652.3757.2840.39
HexA2932C094924343928
Octal2422235401111144647150
Binary1010001010010011101100010011001001100100110100111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2932C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2932C; }

 p { color: rgb(162,147,44); }

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

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

 a { background-color: rgb(162,147,44); }

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

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

 span { border-color: rgb(162,147,44); }

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