#A25637

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

Shades of Vesuvius #A25637

Tints of Vesuvius #A25637

Color information

#A25637 (or 0xA25637) is unknown color: approx Vesuvius. HEX triplet: A2, 56 and 37. RGB value is (162,86,55). Sum of RGB (Red+Green+Blue) = 162+86+55=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A25637 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25637 is #5DA9C8. Grayscale: #696969. Windows color (decimal): -6138313 or 3626658. OLE color: 3626658.

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

Color convert

RGB1628655-
CMYK00.470.660.36
HSL17.38º49.31%42.55%-
HSV(B)17.38º66.05%63.53%-
XYZ18.9214.615.44-
YUV105.1999.68168.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.47%
GREEN value IS 86 (33.98% from 255) = 28.38%
BLUE value IS 55 (21.88% from 255) = 18.15%
R=53.47%
G=28.38%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162865500.470.660.3617.3849.3142.55
HexA2563702F422411312b
Octal2421266705710244216153
Binary1010001010101101101110101111100001010010010001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25637; }

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

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

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

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

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

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

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

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