#A65735

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

Shades of Vesuvius #A65735

Tints of Vesuvius #A65735

Color information

#A65735 (or 0xA65735) is unknown color: approx Vesuvius. HEX triplet: A6, 57 and 35. RGB value is (166,87,53). Sum of RGB (Red+Green+Blue) = 166+87+53=306 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.25% from 306); Green value is 87 (34.38% from 255 or 28.43% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 166 - color contains mainly: red. Hex color #A65735 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65735 is #59A8CA. Grayscale: #6A6A6A. Windows color (decimal): -5875915 or 3495846. OLE color: 3495846.

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

Color convert

RGB1668753-
CMYK00.480.680.35
HSL18.05º51.6%42.94%-
HSV(B)18.05º68.07%65.1%-
XYZ19.7815.185.26-
YUV106.7497.67170.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.25%
GREEN value IS 87 (34.38% from 255) = 28.43%
BLUE value IS 53 (21.09% from 255) = 17.32%
R=54.25%
G=28.43%
B=17.32%

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
Decimal166875300.480.680.3518.0551.642.94
HexA65735030442312342b
Octal2461276506010443226453
Binary1010011010101111101010110000100010010001110010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65735; }

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

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

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

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

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

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

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

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