#A55533

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

Shades of Vesuvius #A55533

Tints of Vesuvius #A55533

Color information

#A55533 (or 0xA55533) is unknown color: approx Vesuvius. HEX triplet: A5, 55 and 33. RGB value is (165,85,51). Sum of RGB (Red+Green+Blue) = 165+85+51=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A55533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55533 is #5AAACC. Grayscale: #696969. Windows color (decimal): -5941965 or 3364261. OLE color: 3364261.

HSL color Cylindrical-coordinate representation of color #A55533: hue angle of 17.89º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A55533 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB1658551-
CMYK00.480.690.35
HSL17.89º52.78%42.35%-
HSV(B)17.89º69.09%64.71%-
XYZ19.3614.744.96-
YUV105.0497.5170.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.82%
GREEN value IS 85 (33.59% from 255) = 28.24%
BLUE value IS 51 (20.31% from 255) = 16.94%
R=54.82%
G=28.24%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165855100.480.690.3517.8952.7842.35
HexA55533030452312352a
Octal2451256306010543226552
Binary1010010110101011100110110000100010110001110010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55533; }

 p { color: rgb(165,85,51); }

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

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

 a { background-color: rgb(165,85,51); }

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

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

 span { border-color: rgb(165,85,51); }

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