#A24529

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

Shades of Rock Spray #A24529

Tints of Rock Spray #A24529

Color information

#A24529 (or 0xA24529) is unknown color: approx Rock Spray. HEX triplet: A2, 45 and 29. RGB value is (162,69,41). Sum of RGB (Red+Green+Blue) = 162+69+41=272 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.56% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 162 - color contains mainly: red. Hex color #A24529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24529 is #5DBAD6. Grayscale: #5D5D5D. Windows color (decimal): -6142679 or 2704802. OLE color: 2704802.

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

Color convert

RGB1626941-
CMYK00.570.750.36
HSL13.88º59.61%39.8%-
HSV(B)13.88º74.69%63.53%-
XYZ17.4312.13.51-
YUV93.6298.31176.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.56%
GREEN value IS 69 (27.34% from 255) = 25.37%
BLUE value IS 41 (16.41% from 255) = 15.07%
R=59.56%
G=25.37%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162694100.570.750.3613.8859.6139.8
HexA245290394B24e3c28
Octal2421055107111344167450
Binary101000101000101101001011100110010111001001110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24529; }

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

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

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

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

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

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

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

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