#A2932F

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

Shades of Reef Gold #A2932F

Tints of Reef Gold #A2932F

Color information

#A2932F (or 0xA2932F) is unknown color: approx Reef Gold. HEX triplet: A2, 93 and 2F. RGB value is (162,147,47). Sum of RGB (Red+Green+Blue) = 162+147+47=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A2932F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2932F is #5D6CD0. Grayscale: #8C8C8C. Windows color (decimal): -6122705 or 3117986. OLE color: 3117986.

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

Color convert

RGB16214747-
CMYK00.090.710.36
HSL52.17º55.02%40.98%-
HSV(B)52.17º70.99%63.53%-
XYZ25.8528.756.88-
YUV140.0875.47143.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.51%
GREEN value IS 147 (57.81% from 255) = 41.29%
BLUE value IS 47 (18.75% from 255) = 13.20%
R=45.51%
G=41.29%
B=13.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621474700.090.710.3652.1755.0240.98
HexA2932F094724343729
Octal2422235701110744646751
Binary1010001010010011101111010011000111100100110100110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2932F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2932F; }

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

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

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

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

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

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

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

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