#A2442F

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

Shades of Rock Spray #A2442F

Tints of Rock Spray #A2442F

Color information

#A2442F (or 0xA2442F) is unknown color: approx Rock Spray. HEX triplet: A2, 44 and 2F. RGB value is (162,68,47). Sum of RGB (Red+Green+Blue) = 162+68+47=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A2442F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2442F is #5DBBD0. Grayscale: #5D5D5D. Windows color (decimal): -6142929 or 3097762. OLE color: 3097762.

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

Color convert

RGB1626847-
CMYK00.580.710.36
HSL10.96º55.02%40.98%-
HSV(B)10.96º70.99%63.53%-
XYZ17.4812.024.09-
YUV93.71101.64176.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.48%
GREEN value IS 68 (26.95% from 255) = 24.55%
BLUE value IS 47 (18.75% from 255) = 16.97%
R=58.48%
G=24.55%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162684700.580.710.3610.9655.0240.98
HexA2442F03A4724b3729
Octal2421045707210744136751
Binary101000101000100101111011101010001111001001011110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2442F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2442F; }

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

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

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

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

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

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

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

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