#A55532

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

Shades of Vesuvius #A55532

Tints of Vesuvius #A55532

Color information

#A55532 (or 0xA55532) is unknown color: approx Vesuvius. HEX triplet: A5, 55 and 32. RGB value is (165,85,50). Sum of RGB (Red+Green+Blue) = 165+85+50=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A55532 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55532 is #5AAACD. Grayscale: #696969. Windows color (decimal): -5941966 or 3298725. OLE color: 3298725.

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

Color convert

RGB1658550-
CMYK00.480.700.35
HSL18.26º53.49%42.16%-
HSV(B)18.26º69.7%64.71%-
XYZ19.3414.734.84-
YUV104.9397170.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55%
GREEN value IS 85 (33.59% from 255) = 28.33%
BLUE value IS 50 (19.92% from 255) = 16.67%
R=55%
G=28.33%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165855000.480.700.3518.2653.4942.16
HexA55532030462312352a
Octal2451256206010643226552
Binary1010010110101011100100110000100011010001110010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55532; }

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

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

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

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

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

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

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

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