#A5592E

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

Shades of Vesuvius #A5592E

Tints of Vesuvius #A5592E

Color information

#A5592E (or 0xA5592E) is unknown color: approx Vesuvius. HEX triplet: A5, 59 and 2E. RGB value is (165,89,46). Sum of RGB (Red+Green+Blue) = 165+89+46=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A5592E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5592E is #5AA6D1. Grayscale: #6B6B6B. Windows color (decimal): -5940946 or 3037605. OLE color: 3037605.

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

Color convert

RGB1658946-
CMYK00.460.720.35
HSL21.68º56.4%41.37%-
HSV(B)21.68º72.12%64.71%-
XYZ19.5815.344.51-
YUV106.8293.68169.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55%
GREEN value IS 89 (35.16% from 255) = 29.67%
BLUE value IS 46 (18.36% from 255) = 15.33%
R=55%
G=29.67%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165894600.460.720.3521.6856.441.37
HexA5592E02E4823163829
Octal2451315605611043267051
Binary1010010110110011011100101110100100010001110110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5592E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5592E; }

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

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

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

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

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

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

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

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