#A24929

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

Shades of Rock Spray #A24929

Tints of Rock Spray #A24929

Color information

#A24929 (or 0xA24929) is unknown color: approx Rock Spray. HEX triplet: A2, 49 and 29. RGB value is (162,73,41). Sum of RGB (Red+Green+Blue) = 162+73+41=276 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.70% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 162 - color contains mainly: red. Hex color #A24929 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24929 is #5DB6D6. Grayscale: #606060. Windows color (decimal): -6141655 or 2705826. OLE color: 2705826.

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

Color convert

RGB1627341-
CMYK00.550.750.36
HSL15.87º59.61%39.8%-
HSV(B)15.87º74.69%63.53%-
XYZ17.6812.613.6-
YUV95.9696.99175.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.70%
GREEN value IS 73 (28.91% from 255) = 26.45%
BLUE value IS 41 (16.41% from 255) = 14.86%
R=58.70%
G=26.45%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162734100.550.750.3615.8759.6139.8
HexA249290374B24103c28
Octal2421115106711344207450
Binary1010001010010011010010110111100101110010010000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24929; }

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

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

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

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

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

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

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

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