#A24A32

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

Shades of Rock Spray #A24A32

Tints of Rock Spray #A24A32

Color information

#A24A32 (or 0xA24A32) is unknown color: approx Rock Spray. HEX triplet: A2, 4A and 32. RGB value is (162,74,50). Sum of RGB (Red+Green+Blue) = 162+74+50=286 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.64% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24A32 is #5DB5CD. Grayscale: #616161. Windows color (decimal): -6141390 or 3295906. OLE color: 3295906.

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

Color convert

RGB1627450-
CMYK00.540.690.36
HSL12.86º52.83%41.57%-
HSV(B)12.86º69.14%63.53%-
XYZ17.9212.814.55-
YUV97.58101.15173.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.64%
GREEN value IS 74 (29.30% from 255) = 25.87%
BLUE value IS 50 (19.92% from 255) = 17.48%
R=56.64%
G=25.87%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162745000.540.690.3612.8652.8341.57
HexA24A320364524d352a
Octal2421126206610544156552
Binary101000101001010110010011011010001011001001101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24A32; }

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

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

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

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

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

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

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

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