#A25536

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

Shades of Vesuvius #A25536

Tints of Vesuvius #A25536

Color information

#A25536 (or 0xA25536) is unknown color: approx Vesuvius. HEX triplet: A2, 55 and 36. RGB value is (162,85,54). Sum of RGB (Red+Green+Blue) = 162+85+54=301 (39% of max value = 765). Red value is 162 (63.67% from 255 or 53.82% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 162 - color contains mainly: red. Hex color #A25536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25536 is #5DAAC9. Grayscale: #686868. Windows color (decimal): -6138570 or 3560866. OLE color: 3560866.

HSL color Cylindrical-coordinate representation of color #A25536: hue angle of 17.22º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A25536 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB1628554-
CMYK00.480.670.36
HSL17.22º50%42.35%-
HSV(B)17.22º66.67%63.53%-
XYZ18.8114.445.29-
YUV104.4999.51169.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.82%
GREEN value IS 85 (33.59% from 255) = 28.24%
BLUE value IS 54 (21.48% from 255) = 17.94%
R=53.82%
G=28.24%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162855400.480.670.3617.225042.35
HexA25536030432411322a
Octal2421256606010344216252
Binary1010001010101011101100110000100001110010010001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25536; }

 p { color: rgb(162,85,54); }

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

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

 a { background-color: rgb(162,85,54); }

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

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

 span { border-color: rgb(162,85,54); }

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