#A25837

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

Shades of Vesuvius #A25837

Tints of Vesuvius #A25837

Color information

#A25837 (or 0xA25837) is unknown color: approx Vesuvius. HEX triplet: A2, 58 and 37. RGB value is (162,88,55). Sum of RGB (Red+Green+Blue) = 162+88+55=305 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.11% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 55 (21.88% from 255 or 18.03% from 305); Max value from RGB is 162 - color contains mainly: red. Hex color #A25837 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25837 is #5DA7C8. Grayscale: #6A6A6A. Windows color (decimal): -6137801 or 3627170. OLE color: 3627170.

HSL color Cylindrical-coordinate representation of color #A25837: hue angle of 18.5º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A25837 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB1628855-
CMYK00.460.660.36
HSL18.5º49.31%42.55%-
HSV(B)18.5º66.05%63.53%-
XYZ19.0814.945.49-
YUV106.3699.02167.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.11%
GREEN value IS 88 (34.77% from 255) = 28.85%
BLUE value IS 55 (21.88% from 255) = 18.03%
R=53.11%
G=28.85%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162885500.460.660.3618.549.3142.55
HexA2583702E422413312b
Octal2421306705610244236153
Binary1010001010110001101110101110100001010010010011110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25837; }

 p { color: rgb(162,88,55); }

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

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

 a { background-color: rgb(162,88,55); }

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

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

 span { border-color: rgb(162,88,55); }

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