#A65A31

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

Shades of Vesuvius #A65A31

Tints of Vesuvius #A65A31

Color information

#A65A31 (or 0xA65A31) is unknown color: approx Vesuvius. HEX triplet: A6, 5A and 31. RGB value is (166,90,49). Sum of RGB (Red+Green+Blue) = 166+90+49=305 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.43% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65A31 is #59A5CE. Grayscale: #6C6C6C. Windows color (decimal): -5875151 or 3234470. OLE color: 3234470.

HSL color Cylindrical-coordinate representation of color #A65A31: hue angle of 21.03º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A65A31 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB1669049-
CMYK00.460.700.35
HSL21.03º54.42%42.16%-
HSV(B)21.03º70.48%65.1%-
XYZ19.9415.644.87-
YUV108.0594.68169.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.43%
GREEN value IS 90 (35.55% from 255) = 29.51%
BLUE value IS 49 (19.53% from 255) = 16.07%
R=54.43%
G=29.51%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166904900.460.700.3521.0354.4242.16
HexA65A3102E462315362a
Octal2461326105610643256652
Binary1010011010110101100010101110100011010001110101110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65A31; }

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

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

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

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

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

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

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

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