#A24332

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

Shades of Rock Spray #A24332

Tints of Rock Spray #A24332

Color information

#A24332 (or 0xA24332) is unknown color: approx Rock Spray. HEX triplet: A2, 43 and 32. RGB value is (162,67,50). Sum of RGB (Red+Green+Blue) = 162+67+50=279 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.06% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 162 - color contains mainly: red. Hex color #A24332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24332 is #5DBCCD. Grayscale: #5D5D5D. Windows color (decimal): -6143182 or 3294114. OLE color: 3294114.

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

Color convert

RGB1626750-
CMYK00.590.690.36
HSL9.11º52.83%41.57%-
HSV(B)9.11º69.14%63.53%-
XYZ17.4811.934.4-
YUV93.47103.47176.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.06%
GREEN value IS 67 (26.56% from 255) = 24.01%
BLUE value IS 50 (19.92% from 255) = 17.92%
R=58.06%
G=24.01%
B=17.92%

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
Decimal162675000.590.690.369.1152.8341.57
HexA2433203B45249352a
Octal2421036207310544116552
Binary101000101000011110010011101110001011001001001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24332; }

 p { color: rgb(162,67,50); }

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

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

 a { background-color: rgb(162,67,50); }

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

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

 span { border-color: rgb(162,67,50); }

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