#A2472A

Color #A2472A Rock Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Spray #A2472A

Tints of Rock Spray #A2472A

Color information

#A2472A (or 0xA2472A) is unknown color: approx Rock Spray. HEX triplet: A2, 47 and 2A. RGB value is (162,71,42). Sum of RGB (Red+Green+Blue) = 162+71+42=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A2472A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2472A is #5DB8D5. Grayscale: #5F5F5F. Windows color (decimal): -6142166 or 2770850. OLE color: 2770850.

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

Color convert

RGB1627142-
CMYK00.560.740.36
HSL14.5º58.82%40%-
HSV(B)14.5º74.07%63.53%-
XYZ17.5712.363.65-
YUV94.998.15175.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.91%
GREEN value IS 71 (28.12% from 255) = 25.82%
BLUE value IS 42 (16.80% from 255) = 15.27%
R=58.91%
G=25.82%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162714200.560.740.3614.558.8240
HexA2472A0384A24f3b28
Octal2421075207011244177350
Binary101000101000111101010011100010010101001001111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2472A; }

 p { color: rgb(162,71,42); }

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

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

 a { background-color: rgb(162,71,42); }

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

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

 span { border-color: rgb(162,71,42); }

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