#A2952D

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

Shades of Reef Gold #A2952D

Tints of Reef Gold #A2952D

Color information

#A2952D (or 0xA2952D) is unknown color: approx Reef Gold. HEX triplet: A2, 95 and 2D. RGB value is (162,149,45). Sum of RGB (Red+Green+Blue) = 162+149+45=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 45 (17.97% from 255 or 12.64% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A2952D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2952D is #5D6AD2. Grayscale: #8D8D8D. Windows color (decimal): -6122195 or 2987426. OLE color: 2987426.

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

Color convert

RGB16214945-
CMYK00.080.720.36
HSL53.33º56.52%40.59%-
HSV(B)53.33º72.22%63.53%-
XYZ26.1229.376.77-
YUV141.0373.81142.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.51%
GREEN value IS 149 (58.59% from 255) = 41.85%
BLUE value IS 45 (17.97% from 255) = 12.64%
R=45.51%
G=41.85%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621494500.080.720.3653.3356.5240.59
HexA2952D084824353929
Octal2422255501011044657151
Binary1010001010010101101101010001001000100100110101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2952D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2952D; }

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

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

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

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

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

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

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

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