#A6422C

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

Shades of Rock Spray #A6422C

Tints of Rock Spray #A6422C

Color information

#A6422C (or 0xA6422C) is unknown color: approx Rock Spray. HEX triplet: A6, 42 and 2C. RGB value is (166,66,44). Sum of RGB (Red+Green+Blue) = 166+66+44=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A6422C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6422C is #59BDD3. Grayscale: #5D5D5D. Windows color (decimal): -5881300 or 2900646. OLE color: 2900646.

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

Color convert

RGB1666644-
CMYK00.600.730.35
HSL10.82º58.1%41.18%-
HSV(B)10.82º73.49%65.1%-
XYZ18.1312.193.78-
YUV93.39100.13179.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.14%
GREEN value IS 66 (26.17% from 255) = 23.91%
BLUE value IS 44 (17.58% from 255) = 15.94%
R=60.14%
G=23.91%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166664400.600.730.3510.8258.141.18
HexA6422C03C4923b3a29
Octal2461025407411143137251
Binary101001101000010101100011110010010011000111011111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6422C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6422C; }

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

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

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

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

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

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

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

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