#A55931

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

Shades of Vesuvius #A55931

Tints of Vesuvius #A55931

Color information

#A55931 (or 0xA55931) is unknown color: approx Vesuvius. HEX triplet: A5, 59 and 31. RGB value is (165,89,49). Sum of RGB (Red+Green+Blue) = 165+89+49=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A55931 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55931 is #5AA6CE. Grayscale: #6B6B6B. Windows color (decimal): -5940943 or 3234213. OLE color: 3234213.

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

Color convert

RGB1658949-
CMYK00.460.700.35
HSL20.69º54.21%41.96%-
HSV(B)20.69º70.3%64.71%-
XYZ19.6415.374.84-
YUV107.1695.18169.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.46%
GREEN value IS 89 (35.16% from 255) = 29.37%
BLUE value IS 49 (19.53% from 255) = 16.17%
R=54.46%
G=29.37%
B=16.17%

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
Decimal165894900.460.700.3520.6954.2141.96
HexA5593102E462315362a
Octal2451316105610643256652
Binary1010010110110011100010101110100011010001110101110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55931; }

 p { color: rgb(165,89,49); }

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

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

 a { background-color: rgb(165,89,49); }

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

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

 span { border-color: rgb(165,89,49); }

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