#A6552E

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

Shades of Vesuvius #A6552E

Tints of Vesuvius #A6552E

Color information

#A6552E (or 0xA6552E) is unknown color: approx Vesuvius. HEX triplet: A6, 55 and 2E. RGB value is (166,85,46). Sum of RGB (Red+Green+Blue) = 166+85+46=297 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.89% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 166 - color contains mainly: red. Hex color #A6552E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6552E is #59AAD1. Grayscale: #696969. Windows color (decimal): -5876434 or 3036582. OLE color: 3036582.

HSL color Cylindrical-coordinate representation of color #A6552E: hue angle of 19.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 #A6552E is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB1668546-
CMYK00.490.720.35
HSL19.5º56.6%41.57%-
HSV(B)19.5º72.29%65.1%-
XYZ19.4714.84.42-
YUV104.7794.84171.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.89%
GREEN value IS 85 (33.59% from 255) = 28.62%
BLUE value IS 46 (18.36% from 255) = 15.49%
R=55.89%
G=28.62%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166854600.490.720.3519.556.641.57
HexA6552E031482314392a
Octal2461255606111043247152
Binary1010011010101011011100110001100100010001110100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6552E; }

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

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

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

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

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

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

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

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