#A2422F

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

Shades of Rock Spray #A2422F

Tints of Rock Spray #A2422F

Color information

#A2422F (or 0xA2422F) is unknown color: approx Rock Spray. HEX triplet: A2, 42 and 2F. RGB value is (162,66,47). Sum of RGB (Red+Green+Blue) = 162+66+47=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A2422F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2422F is #5DBDD0. Grayscale: #5C5C5C. Windows color (decimal): -6143441 or 3097250. OLE color: 3097250.

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

Color convert

RGB1626647-
CMYK00.590.710.36
HSL9.91º55.02%40.98%-
HSV(B)9.91º70.99%63.53%-
XYZ17.3611.784.05-
YUV92.54102.3177.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.91%
GREEN value IS 66 (26.17% from 255) = 24%
BLUE value IS 47 (18.75% from 255) = 17.09%
R=58.91%
G=24%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162664700.590.710.369.9155.0240.98
HexA2422F03B4724a3729
Octal2421025707310744126751
Binary101000101000010101111011101110001111001001010110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2422F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2422F; }

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

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

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

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

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

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

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

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