#A24228

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

Shades of Rock Spray #A24228

Tints of Rock Spray #A24228

Color information

#A24228 (or 0xA24228) is unknown color: approx Rock Spray. HEX triplet: A2, 42 and 28. RGB value is (162,66,40). Sum of RGB (Red+Green+Blue) = 162+66+40=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A24228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24228 is #5DBDD7. Grayscale: #5B5B5B. Windows color (decimal): -6143448 or 2638498. OLE color: 2638498.

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

Color convert

RGB1626640-
CMYK00.590.750.36
HSL12.79º60.4%39.61%-
HSV(B)12.79º75.31%63.53%-
XYZ17.2311.733.36-
YUV91.7498.8178.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.45%
GREEN value IS 66 (26.17% from 255) = 24.63%
BLUE value IS 40 (16.02% from 255) = 14.93%
R=60.45%
G=24.63%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162664000.590.750.3612.7960.439.61
HexA2422803B4B24d3c28
Octal2421025007311344157450
Binary101000101000010101000011101110010111001001101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24228; }

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

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

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

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

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

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

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

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