#A2942F

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

Shades of Reef Gold #A2942F

Tints of Reef Gold #A2942F

Color information

#A2942F (or 0xA2942F) is unknown color: approx Reef Gold. HEX triplet: A2, 94 and 2F. RGB value is (162,148,47). Sum of RGB (Red+Green+Blue) = 162+148+47=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 47 (18.75% from 255 or 13.17% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A2942F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2942F is #5D6BD0. Grayscale: #8D8D8D. Windows color (decimal): -6122449 or 3118242. OLE color: 3118242.

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

Color convert

RGB16214847-
CMYK00.090.710.36
HSL52.7º55.02%40.98%-
HSV(B)52.7º70.99%63.53%-
XYZ2629.076.93-
YUV140.6775.14143.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.38%
GREEN value IS 148 (58.20% from 255) = 41.46%
BLUE value IS 47 (18.75% from 255) = 13.17%
R=45.38%
G=41.46%
B=13.17%

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
Decimal1621484700.090.710.3652.755.0240.98
HexA2942F094724353729
Octal2422245701110744656751
Binary1010001010010100101111010011000111100100110101110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2942F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2942F; }

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

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

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

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

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

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

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

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