#A24028

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

Shades of Rock Spray #A24028

Tints of Rock Spray #A24028

Color information

#A24028 (or 0xA24028) is unknown color: approx Rock Spray. HEX triplet: A2, 40 and 28. RGB value is (162,64,40). Sum of RGB (Red+Green+Blue) = 162+64+40=266 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.90% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 162 - color contains mainly: red. Hex color #A24028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24028 is #5DBFD7. Grayscale: #5A5A5A. Windows color (decimal): -6143960 or 2637986. OLE color: 2637986.

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

Color convert

RGB1626440-
CMYK00.600.750.36
HSL11.8º60.4%39.61%-
HSV(B)11.8º75.31%63.53%-
XYZ17.1211.53.33-
YUV90.5799.47178.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.90%
GREEN value IS 64 (25.39% from 255) = 24.06%
BLUE value IS 40 (16.02% from 255) = 15.04%
R=60.90%
G=24.06%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162644000.600.750.3611.860.439.61
HexA2402803C4B24c3c28
Octal2421005007411344147450
Binary101000101000000101000011110010010111001001100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24028; }

 p { color: rgb(162,64,40); }

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

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

 a { background-color: rgb(162,64,40); }

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

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

 span { border-color: rgb(162,64,40); }

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