#a24724

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

Shades of Rock Spray #A24724

Tints of Rock Spray #A24724

Color information

#A24724 (or 0xA24724) is unknown color: approx Rock Spray. HEX triplet: A2, 47 and 24. RGB value is (162,71,36). Sum of RGB (Red+Green+Blue) = 162+71+36=269 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.22% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 36 (14.45% from 255 or 13.38% from 269); Max value from RGB is 162 - color contains mainly: red. Hex color #A24724 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24724 is #5DB8DB. Grayscale: #5E5E5E. Windows color (decimal): -6142172 or 2377634. OLE color: 2377634.

HSL color Cylindrical-coordinate representation of color #A24724: hue angle of 16.67º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A24724 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB1627136-
CMYK00.560.780.36
HSL16.67º63.64%38.82%-
HSV(B)16.67º77.78%63.53%-
XYZ17.4712.323.13-
YUV94.2295.15176.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.22%
GREEN value IS 71 (28.12% from 255) = 26.39%
BLUE value IS 36 (14.45% from 255) = 13.38%
R=60.22%
G=26.39%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162713600.560.780.3616.6763.6438.82
HexA247240384E24114027
Octal24210744070116442110047
Binary10100010100011110010001110001001110100100100011000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a24724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a24724; }

 p { color: rgb(162,71,36); }

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

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

 a { background-color: rgb(162,71,36); }

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

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

 span { border-color: rgb(162,71,36); }

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