#A64632

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

Shades of Rock Spray #A64632

Tints of Rock Spray #A64632

Color information

#A64632 (or 0xA64632) is unknown color: approx Rock Spray. HEX triplet: A6, 46 and 32. RGB value is (166,70,50). Sum of RGB (Red+Green+Blue) = 166+70+50=286 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.04% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 166 - color contains mainly: red. Hex color #A64632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64632 is #59B9CD. Grayscale: #606060. Windows color (decimal): -5880270 or 3294886. OLE color: 3294886.

HSL color Cylindrical-coordinate representation of color #A64632: hue angle of 10.34º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A64632 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB1667050-
CMYK00.580.700.35
HSL10.34º53.7%42.35%-
HSV(B)10.34º69.88%65.1%-
XYZ18.4912.724.5-
YUV96.42101.8177.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.04%
GREEN value IS 70 (27.73% from 255) = 24.48%
BLUE value IS 50 (19.92% from 255) = 17.48%
R=58.04%
G=24.48%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166705000.580.700.3510.3453.742.35
HexA6463203A4623a362a
Octal2461066207210643126652
Binary101001101000110110010011101010001101000111010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64632; }

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

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

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

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

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

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

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

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