#A55A2E

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

Shades of Vesuvius #A55A2E

Tints of Vesuvius #A55A2E

Color information

#A55A2E (or 0xA55A2E) is unknown color: approx Vesuvius. HEX triplet: A5, 5A and 2E. RGB value is (165,90,46). Sum of RGB (Red+Green+Blue) = 165+90+46=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55A2E is #5AA5D1. Grayscale: #6B6B6B. Windows color (decimal): -5940690 or 3037861. OLE color: 3037861.

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

Color convert

RGB1659046-
CMYK00.450.720.35
HSL22.18º56.4%41.37%-
HSV(B)22.18º72.12%64.71%-
XYZ19.6715.514.54-
YUV107.4193.35169.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.82%
GREEN value IS 90 (35.55% from 255) = 29.90%
BLUE value IS 46 (18.36% from 255) = 15.28%
R=54.82%
G=29.90%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165904600.450.720.3522.1856.441.37
HexA55A2E02D4823163829
Octal2451325605511043267051
Binary1010010110110101011100101101100100010001110110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55A2E; }

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

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

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

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

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

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

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

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