#A6522F

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

Shades of Vesuvius #A6522F

Tints of Vesuvius #A6522F

Color information

#A6522F (or 0xA6522F) is unknown color: approx Vesuvius. HEX triplet: A6, 52 and 2F. RGB value is (166,82,47). Sum of RGB (Red+Green+Blue) = 166+82+47=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A6522F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6522F is #59ADD0. Grayscale: #676767. Windows color (decimal): -5877201 or 3101350. OLE color: 3101350.

HSL color Cylindrical-coordinate representation of color #A6522F: hue angle of 17.65º degrees, saturation: 0.56, 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 #A6522F is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB1668247-
CMYK00.510.720.35
HSL17.65º55.87%41.76%-
HSV(B)17.65º71.69%65.1%-
XYZ19.2614.354.44-
YUV103.1396.33172.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.27%
GREEN value IS 82 (32.42% from 255) = 27.80%
BLUE value IS 47 (18.75% from 255) = 15.93%
R=56.27%
G=27.80%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166824700.510.720.3517.6555.8741.76
HexA6522F033482312382a
Octal2461225706311043227052
Binary1010011010100101011110110011100100010001110010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6522F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6522F; }

 p { color: rgb(166,82,47); }

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

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

 a { background-color: rgb(166,82,47); }

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

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

 span { border-color: rgb(166,82,47); }

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