#A24632

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

Shades of Rock Spray #A24632

Tints of Rock Spray #A24632

Color information

#A24632 (or 0xA24632) is unknown color: approx Rock Spray. HEX triplet: A2, 46 and 32. RGB value is (162,70,50). Sum of RGB (Red+Green+Blue) = 162+70+50=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A24632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24632 is #5DB9CD. Grayscale: #5F5F5F. Windows color (decimal): -6142414 or 3294882. OLE color: 3294882.

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

Color convert

RGB1627050-
CMYK00.570.690.36
HSL10.71º52.83%41.57%-
HSV(B)10.71º69.14%63.53%-
XYZ17.6712.294.46-
YUV95.23102.48175.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.45%
GREEN value IS 70 (27.73% from 255) = 24.82%
BLUE value IS 50 (19.92% from 255) = 17.73%
R=57.45%
G=24.82%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162705000.570.690.3610.7152.8341.57
HexA246320394524b352a
Octal2421066207110544136552
Binary101000101000110110010011100110001011001001011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24632; }

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

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

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

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

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

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

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

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