#A24533

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

Shades of Rock Spray #A24533

Tints of Rock Spray #A24533

Color information

#A24533 (or 0xA24533) is unknown color: approx Rock Spray. HEX triplet: A2, 45 and 33. RGB value is (162,69,51). Sum of RGB (Red+Green+Blue) = 162+69+51=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A24533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24533 is #5DBACC. Grayscale: #5E5E5E. Windows color (decimal): -6142669 or 3360162. OLE color: 3360162.

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

Color convert

RGB1626951-
CMYK00.570.690.36
HSL9.73º52.11%41.76%-
HSV(B)9.73º68.52%63.53%-
XYZ17.6312.184.55-
YUV94.76103.31175.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.45%
GREEN value IS 69 (27.34% from 255) = 24.47%
BLUE value IS 51 (20.31% from 255) = 18.09%
R=57.45%
G=24.47%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162695100.570.690.369.7352.1141.76
HexA245330394524a342a
Octal2421056307110544126452
Binary101000101000101110011011100110001011001001010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24533; }

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

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

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

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

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

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

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

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