#A64835

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

Shades of Rock Spray #A64835

Tints of Rock Spray #A64835

Color information

#A64835 (or 0xA64835) is unknown color: approx Rock Spray. HEX triplet: A6, 48 and 35. RGB value is (166,72,53). Sum of RGB (Red+Green+Blue) = 166+72+53=291 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.04% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 166 - color contains mainly: red. Hex color #A64835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64835 is #59B7CA. Grayscale: #626262. Windows color (decimal): -5879755 or 3492006. OLE color: 3492006.

HSL color Cylindrical-coordinate representation of color #A64835: hue angle of 10.09º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A64835 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB1667253-
CMYK00.570.680.35
HSL10.09º51.6%42.94%-
HSV(B)10.09º68.07%65.1%-
XYZ18.69134.89-
YUV97.94102.64176.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.04%
GREEN value IS 72 (28.52% from 255) = 24.74%
BLUE value IS 53 (21.09% from 255) = 18.21%
R=57.04%
G=24.74%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166725300.570.680.3510.0951.642.94
HexA648350394423a342b
Octal2461106507110443126453
Binary101001101001000110101011100110001001000111010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64835; }

 p { color: rgb(166,72,53); }

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

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

 a { background-color: rgb(166,72,53); }

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

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

 span { border-color: rgb(166,72,53); }

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