#A2942D

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

Shades of Reef Gold #A2942D

Tints of Reef Gold #A2942D

Color information

#A2942D (or 0xA2942D) is unknown color: approx Reef Gold. HEX triplet: A2, 94 and 2D. RGB value is (162,148,45). Sum of RGB (Red+Green+Blue) = 162+148+45=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 45 (17.97% from 255 or 12.68% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A2942D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2942D is #5D6BD2. Grayscale: #8C8C8C. Windows color (decimal): -6122451 or 2987170. OLE color: 2987170.

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

Color convert

RGB16214845-
CMYK00.090.720.36
HSL52.82º56.52%40.59%-
HSV(B)52.82º72.22%63.53%-
XYZ25.9629.056.72-
YUV140.4474.14143.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.63%
GREEN value IS 148 (58.20% from 255) = 41.69%
BLUE value IS 45 (17.97% from 255) = 12.68%
R=45.63%
G=41.69%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621484500.090.720.3652.8256.5240.59
HexA2942D094824353929
Octal2422245501111044657151
Binary1010001010010100101101010011001000100100110101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2942D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2942D; }

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

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

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

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

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

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

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

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