#A2472F

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

Shades of Rock Spray #A2472F

Tints of Rock Spray #A2472F

Color information

#A2472F (or 0xA2472F) is unknown color: approx Rock Spray. HEX triplet: A2, 47 and 2F. RGB value is (162,71,47). Sum of RGB (Red+Green+Blue) = 162+71+47=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A2472F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2472F is #5DB8D0. Grayscale: #5F5F5F. Windows color (decimal): -6142161 or 3098530. OLE color: 3098530.

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

Color convert

RGB1627147-
CMYK00.560.710.36
HSL12.52º55.02%40.98%-
HSV(B)12.52º70.99%63.53%-
XYZ17.6712.394.15-
YUV95.47100.65175.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.86%
GREEN value IS 71 (28.12% from 255) = 25.36%
BLUE value IS 47 (18.75% from 255) = 16.79%
R=57.86%
G=25.36%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162714700.560.710.3612.5255.0240.98
HexA2472F0384724d3729
Octal2421075707010744156751
Binary101000101000111101111011100010001111001001101110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2472F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2472F; }

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

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

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

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

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

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

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

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