#A6472E

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

Shades of Rock Spray #A6472E

Tints of Rock Spray #A6472E

Color information

#A6472E (or 0xA6472E) is unknown color: approx Rock Spray. HEX triplet: A6, 47 and 2E. RGB value is (166,71,46). Sum of RGB (Red+Green+Blue) = 166+71+46=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A6472E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6472E is #59B8D1. Grayscale: #606060. Windows color (decimal): -5880018 or 3032998. OLE color: 3032998.

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

Color convert

RGB1667146-
CMYK00.570.720.35
HSL12.5º56.6%41.57%-
HSV(B)12.5º72.29%65.1%-
XYZ18.4712.814.08-
YUV96.5699.47177.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.66%
GREEN value IS 71 (28.12% from 255) = 25.09%
BLUE value IS 46 (18.36% from 255) = 16.25%
R=58.66%
G=25.09%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166714600.570.720.3512.556.641.57
HexA6472E0394823d392a
Octal2461075607111043157152
Binary101001101000111101110011100110010001000111101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6472E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6472E; }

 p { color: rgb(166,71,46); }

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

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

 a { background-color: rgb(166,71,46); }

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

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

 span { border-color: rgb(166,71,46); }

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