#A65A36

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

Shades of Vesuvius #A65A36

Tints of Vesuvius #A65A36

Color information

#A65A36 (or 0xA65A36) is unknown color: approx Vesuvius. HEX triplet: A6, 5A and 36. RGB value is (166,90,54). Sum of RGB (Red+Green+Blue) = 166+90+54=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65A36 is #59A5C9. Grayscale: #6C6C6C. Windows color (decimal): -5875146 or 3562150. OLE color: 3562150.

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

Color convert

RGB1669054-
CMYK00.460.670.35
HSL19.29º50.91%43.14%-
HSV(B)19.29º67.47%65.1%-
XYZ20.0515.695.46-
YUV108.6297.18168.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.55%
GREEN value IS 90 (35.55% from 255) = 29.03%
BLUE value IS 54 (21.48% from 255) = 17.42%
R=53.55%
G=29.03%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166905400.460.670.3519.2950.9143.14
HexA65A3602E432313332b
Octal2461326605610343236353
Binary1010011010110101101100101110100001110001110011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65A36; }

 p { color: rgb(166,90,54); }

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

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

 a { background-color: rgb(166,90,54); }

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

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

 span { border-color: rgb(166,90,54); }

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