#A25838

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

Shades of Vesuvius #A25838

Tints of Vesuvius #A25838

Color information

#A25838 (or 0xA25838) is unknown color: approx Vesuvius. HEX triplet: A2, 58 and 38. RGB value is (162,88,56). Sum of RGB (Red+Green+Blue) = 162+88+56=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 56 (22.27% from 255 or 18.30% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A25838 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25838 is #5DA7C7. Grayscale: #6A6A6A. Windows color (decimal): -6137800 or 3692706. OLE color: 3692706.

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

Color convert

RGB1628856-
CMYK00.460.650.36
HSL18.11º48.62%42.75%-
HSV(B)18.11º65.43%63.53%-
XYZ19.114.955.62-
YUV106.4899.52167.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.94%
GREEN value IS 88 (34.77% from 255) = 28.76%
BLUE value IS 56 (22.27% from 255) = 18.30%
R=52.94%
G=28.76%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162885600.460.650.3618.1148.6242.75
HexA2583802E412412312b
Octal2421307005610144226153
Binary1010001010110001110000101110100000110010010010110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25838; }

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

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

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

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

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

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

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

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