#A24231

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

Shades of Rock Spray #A24231

Tints of Rock Spray #A24231

Color information

#A24231 (or 0xA24231) is unknown color: approx Rock Spray. HEX triplet: A2, 42 and 31. RGB value is (162,66,49). Sum of RGB (Red+Green+Blue) = 162+66+49=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A24231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24231 is #5DBDCE. Grayscale: #5C5C5C. Windows color (decimal): -6143439 or 3228322. OLE color: 3228322.

HSL color Cylindrical-coordinate representation of color #A24231: hue angle of 9.03º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A24231 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB1626649-
CMYK00.590.700.36
HSL9.03º53.55%41.37%-
HSV(B)9.03º69.75%63.53%-
XYZ17.411.84.27-
YUV92.77103.3177.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.48%
GREEN value IS 66 (26.17% from 255) = 23.83%
BLUE value IS 49 (19.53% from 255) = 17.69%
R=58.48%
G=23.83%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162664900.590.700.369.0353.5541.37
HexA2423103B462493629
Octal2421026107310644116651
Binary101000101000010110001011101110001101001001001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24231; }

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

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

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

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

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

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

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

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