#A55733

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

Shades of Vesuvius #A55733

Tints of Vesuvius #A55733

Color information

#A55733 (or 0xA55733) is unknown color: approx Vesuvius. HEX triplet: A5, 57 and 33. RGB value is (165,87,51). Sum of RGB (Red+Green+Blue) = 165+87+51=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A55733 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55733 is #5AA8CC. Grayscale: #6A6A6A. Windows color (decimal): -5941453 or 3364773. OLE color: 3364773.

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

Color convert

RGB1658751-
CMYK00.470.690.35
HSL18.95º52.78%42.35%-
HSV(B)18.95º69.09%64.71%-
XYZ19.5215.055.01-
YUV106.2296.84169.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.46%
GREEN value IS 87 (34.38% from 255) = 28.71%
BLUE value IS 51 (20.31% from 255) = 16.83%
R=54.46%
G=28.71%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165875100.470.690.3518.9552.7842.35
HexA5573302F452313352a
Octal2451276305710543236552
Binary1010010110101111100110101111100010110001110011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55733; }

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

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

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

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

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

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

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

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