#A65635

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

Shades of Vesuvius #A65635

Tints of Vesuvius #A65635

Color information

#A65635 (or 0xA65635) is unknown color: approx Vesuvius. HEX triplet: A6, 56 and 35. RGB value is (166,86,53). Sum of RGB (Red+Green+Blue) = 166+86+53=305 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.43% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 166 - color contains mainly: red. Hex color #A65635 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65635 is #59A9CA. Grayscale: #6A6A6A. Windows color (decimal): -5876171 or 3495590. OLE color: 3495590.

HSL color Cylindrical-coordinate representation of color #A65635: hue angle of 17.52º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A65635 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB1668653-
CMYK00.480.680.35
HSL17.52º51.6%42.94%-
HSV(B)17.52º68.07%65.1%-
XYZ19.715.025.23-
YUV106.1698170.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.43%
GREEN value IS 86 (33.98% from 255) = 28.20%
BLUE value IS 53 (21.09% from 255) = 17.38%
R=54.43%
G=28.20%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166865300.480.680.3517.5251.642.94
HexA65635030442312342b
Octal2461266506010443226453
Binary1010011010101101101010110000100010010001110010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65635; }

 p { color: rgb(166,86,53); }

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

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

 a { background-color: rgb(166,86,53); }

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

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

 span { border-color: rgb(166,86,53); }

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