#A65B35

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

Shades of Vesuvius #A65B35

Tints of Vesuvius #A65B35

Color information

#A65B35 (or 0xA65B35) is unknown color: approx Vesuvius. HEX triplet: A6, 5B and 35. RGB value is (166,91,53). Sum of RGB (Red+Green+Blue) = 166+91+53=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 91 (35.94% from 255 or 29.35% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A65B35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65B35 is #59A4CA. Grayscale: #6D6D6D. Windows color (decimal): -5874891 or 3496870. OLE color: 3496870.

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

Color convert

RGB1669153-
CMYK00.450.680.35
HSL20.18º51.6%42.94%-
HSV(B)20.18º68.07%65.1%-
XYZ20.1115.855.37-
YUV109.0996.35168.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.55%
GREEN value IS 91 (35.94% from 255) = 29.35%
BLUE value IS 53 (21.09% from 255) = 17.10%
R=53.55%
G=29.35%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166915300.450.680.3520.1851.642.94
HexA65B3502D442314342b
Octal2461336505510443246453
Binary1010011010110111101010101101100010010001110100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65B35; }

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

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

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

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

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

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

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

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