#A8572D

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

Shades of Vesuvius #A8572D

Tints of Vesuvius #A8572D

Color information

#A8572D (or 0xA8572D) is unknown color: approx Vesuvius. HEX triplet: A8, 57 and 2D. RGB value is (168,87,45). Sum of RGB (Red+Green+Blue) = 168+87+45=300 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 168 - color contains mainly: red. Hex color #A8572D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8572D is #57A8D2. Grayscale: #6A6A6A. Windows color (decimal): -5744851 or 2971560. OLE color: 2971560.

HSL color Cylindrical-coordinate representation of color #A8572D: hue angle of 20.49º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8572D is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB1688745-
CMYK00.480.730.34
HSL20.49º57.75%41.76%-
HSV(B)20.49º73.21%65.88%-
XYZ20.0315.334.39-
YUV106.4393.34171.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56%
GREEN value IS 87 (34.38% from 255) = 29%
BLUE value IS 45 (17.97% from 255) = 15%
R=56%
G=29%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168874500.480.730.3420.4957.7541.76
HexA8572D0304922143a2a
Octal2501275506011142247252
Binary1010100010101111011010110000100100110001010100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8572D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8572D; }

 p { color: rgb(168,87,45); }

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

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

 a { background-color: rgb(168,87,45); }

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

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

 span { border-color: rgb(168,87,45); }

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