#A24233

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

Shades of Rock Spray #A24233

Tints of Rock Spray #A24233

Color information

#A24233 (or 0xA24233) is unknown color: approx Rock Spray. HEX triplet: A2, 42 and 33. RGB value is (162,66,51). Sum of RGB (Red+Green+Blue) = 162+66+51=279 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.06% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 162 - color contains mainly: red. Hex color #A24233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24233 is #5DBDCC. Grayscale: #5D5D5D. Windows color (decimal): -6143437 or 3359394. OLE color: 3359394.

HSL color Cylindrical-coordinate representation of color #A24233: hue angle of 8.11º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A24233 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB1626651-
CMYK00.590.690.36
HSL8.11º52.11%41.76%-
HSV(B)8.11º68.52%63.53%-
XYZ17.4511.824.49-
YUV92.99104.3177.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.06%
GREEN value IS 66 (26.17% from 255) = 23.66%
BLUE value IS 51 (20.31% from 255) = 18.28%
R=58.06%
G=23.66%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162665100.590.690.368.1152.1141.76
HexA2423303B45248342a
Octal2421026307310544106452
Binary101000101000010110011011101110001011001001000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24233; }

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

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

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

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

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

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

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

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