#A6462C

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

Shades of Rock Spray #A6462C

Tints of Rock Spray #A6462C

Color information

#A6462C (or 0xA6462C) is unknown color: approx Rock Spray. HEX triplet: A6, 46 and 2C. RGB value is (166,70,44). Sum of RGB (Red+Green+Blue) = 166+70+44=280 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.29% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 166 - color contains mainly: red. Hex color #A6462C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6462C is #59B9D3. Grayscale: #5F5F5F. Windows color (decimal): -5880276 or 2901670. OLE color: 2901670.

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

Color convert

RGB1667044-
CMYK00.580.730.35
HSL12.79º58.1%41.18%-
HSV(B)12.79º73.49%65.1%-
XYZ18.3712.673.86-
YUV95.7498.8178.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 59.29%
GREEN value IS 70 (27.73% from 255) = 25%
BLUE value IS 44 (17.58% from 255) = 15.71%
R=59.29%
G=25%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166704400.580.730.3512.7958.141.18
HexA6462C03A4923d3a29
Octal2461065407211143157251
Binary101001101000110101100011101010010011000111101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6462C; }

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

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

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

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

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

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

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

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