#A55831

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

Shades of Vesuvius #A55831

Tints of Vesuvius #A55831

Color information

#A55831 (or 0xA55831) is unknown color: approx Vesuvius. HEX triplet: A5, 58 and 31. RGB value is (165,88,49). Sum of RGB (Red+Green+Blue) = 165+88+49=302 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.64% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 165 - color contains mainly: red. Hex color #A55831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55831 is #5AA7CE. Grayscale: #6A6A6A. Windows color (decimal): -5941199 or 3233957. OLE color: 3233957.

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

Color convert

RGB1658849-
CMYK00.470.700.35
HSL20.17º54.21%41.96%-
HSV(B)20.17º70.3%64.71%-
XYZ19.5615.24.81-
YUV106.5895.51169.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.64%
GREEN value IS 88 (34.77% from 255) = 29.14%
BLUE value IS 49 (19.53% from 255) = 16.23%
R=54.64%
G=29.14%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165884900.470.700.3520.1754.2141.96
HexA5583102F462314362a
Octal2451306105710643246652
Binary1010010110110001100010101111100011010001110100110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55831; }

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

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

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

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

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

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

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

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