#A64331

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

Shades of Rock Spray #A64331

Tints of Rock Spray #A64331

Color information

#A64331 (or 0xA64331) is unknown color: approx Rock Spray. HEX triplet: A6, 43 and 31. RGB value is (166,67,49). Sum of RGB (Red+Green+Blue) = 166+67+49=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A64331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64331 is #59BCCE. Grayscale: #5E5E5E. Windows color (decimal): -5881039 or 3228582. OLE color: 3228582.

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

Color convert

RGB1666749-
CMYK00.600.700.35
HSL9.23º54.42%42.16%-
HSV(B)9.23º70.48%65.1%-
XYZ18.2912.344.32-
YUV94.55102.3178.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.87%
GREEN value IS 67 (26.56% from 255) = 23.76%
BLUE value IS 49 (19.53% from 255) = 17.38%
R=58.87%
G=23.76%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166674900.600.700.359.2354.4242.16
HexA6433103C46239362a
Octal2461036107410643116652
Binary101001101000011110001011110010001101000111001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64331; }

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

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

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

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

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

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

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

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