#A24936

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

Shades of Rock Spray #A24936

Tints of Rock Spray #A24936

Color information

#A24936 (or 0xA24936) is unknown color: approx Rock Spray. HEX triplet: A2, 49 and 36. RGB value is (162,73,54). Sum of RGB (Red+Green+Blue) = 162+73+54=289 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.06% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 54 (21.48% from 255 or 18.69% from 289); Max value from RGB is 162 - color contains mainly: red. Hex color #A24936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24936 is #5DB6C9. Grayscale: #616161. Windows color (decimal): -6141642 or 3557794. OLE color: 3557794.

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

Color convert

RGB1627354-
CMYK00.550.670.36
HSL10.56º50%42.35%-
HSV(B)10.56º66.67%63.53%-
XYZ17.9512.715-
YUV97.44103.49174.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.06%
GREEN value IS 73 (28.91% from 255) = 25.26%
BLUE value IS 54 (21.48% from 255) = 18.69%
R=56.06%
G=25.26%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162735400.550.670.3610.565042.35
HexA249360374324b322a
Octal2421116606710344136252
Binary101000101001001110110011011110000111001001011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24936; }

 p { color: rgb(162,73,54); }

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

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

 a { background-color: rgb(162,73,54); }

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

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

 span { border-color: rgb(162,73,54); }

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