#A24232

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

Shades of Rock Spray #A24232

Tints of Rock Spray #A24232

Color information

#A24232 (or 0xA24232) is unknown color: approx Rock Spray. HEX triplet: A2, 42 and 32. RGB value is (162,66,50). Sum of RGB (Red+Green+Blue) = 162+66+50=278 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.27% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 162 - color contains mainly: red. Hex color #A24232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24232 is #5DBDCD. Grayscale: #5D5D5D. Windows color (decimal): -6143438 or 3293858. OLE color: 3293858.

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

Color convert

RGB1626650-
CMYK00.590.690.36
HSL8.57º52.83%41.57%-
HSV(B)8.57º69.14%63.53%-
XYZ17.4211.814.38-
YUV92.88103.8177.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.27%
GREEN value IS 66 (26.17% from 255) = 23.74%
BLUE value IS 50 (19.92% from 255) = 17.99%
R=58.27%
G=23.74%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162665000.590.690.368.5752.8341.57
HexA2423203B45249352a
Octal2421026207310544116552
Binary101000101000010110010011101110001011001001001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24232; }

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

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

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

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

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

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

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

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