#A64431

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

Shades of Rock Spray #A64431

Tints of Rock Spray #A64431

Color information

#A64431 (or 0xA64431) is unknown color: approx Rock Spray. HEX triplet: A6, 44 and 31. RGB value is (166,68,49). Sum of RGB (Red+Green+Blue) = 166+68+49=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A64431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64431 is #59BBCE. Grayscale: #5F5F5F. Windows color (decimal): -5880783 or 3228838. OLE color: 3228838.

HSL color Cylindrical-coordinate representation of color #A64431: hue angle of 9.74º 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 #A64431 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB1666849-
CMYK00.590.700.35
HSL9.74º54.42%42.16%-
HSV(B)9.74º70.48%65.1%-
XYZ18.3512.464.34-
YUV95.14101.97178.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.66%
GREEN value IS 68 (26.95% from 255) = 24.03%
BLUE value IS 49 (19.53% from 255) = 17.31%
R=58.66%
G=24.03%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166684900.590.700.359.7454.4242.16
HexA6443103B4623a362a
Octal2461046107310643126652
Binary101001101000100110001011101110001101000111010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64431; }

 p { color: rgb(166,68,49); }

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

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

 a { background-color: rgb(166,68,49); }

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

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

 span { border-color: rgb(166,68,49); }

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