#A24520

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

Shades of Rock Spray #A24520

Tints of Rock Spray #A24520

Color information

#A24520 (or 0xA24520) is unknown color: approx Rock Spray. HEX triplet: A2, 45 and 20. RGB value is (162,69,32). Sum of RGB (Red+Green+Blue) = 162+69+32=263 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.60% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 162 - color contains mainly: red. Hex color #A24520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24520 is #5DBADF. Grayscale: #5C5C5C. Windows color (decimal): -6142688 or 2114978. OLE color: 2114978.

HSL color Cylindrical-coordinate representation of color #A24520: hue angle of 17.08º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A24520 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB1626932-
CMYK00.570.800.36
HSL17.08º67.01%38.04%-
HSV(B)17.08º80.25%63.53%-
XYZ17.2912.042.78-
YUV92.5993.81177.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.60%
GREEN value IS 69 (27.34% from 255) = 26.24%
BLUE value IS 32 (12.89% from 255) = 12.17%
R=61.60%
G=26.24%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162693200.570.800.3617.0867.0138.04
HexA245200395024114326
Octal24210540071120442110346
Binary10100010100010110000001110011010000100100100011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24520; }

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

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

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

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

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

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

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

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