#A8542E

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

Shades of Vesuvius #A8542E

Tints of Vesuvius #A8542E

Color information

#A8542E (or 0xA8542E) is unknown color: approx Vesuvius. HEX triplet: A8, 54 and 2E. RGB value is (168,84,46). Sum of RGB (Red+Green+Blue) = 168+84+46=298 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.38% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 46 (18.36% from 255 or 15.44% from 298); Max value from RGB is 168 - color contains mainly: red. Hex color #A8542E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8542E is #57ABD1. Grayscale: #696969. Windows color (decimal): -5745618 or 3036328. OLE color: 3036328.

HSL color Cylindrical-coordinate representation of color #A8542E: hue angle of 18.69º degrees, saturation: 0.57, 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 #A8542E is Cyan = 0, Magento = 0.5, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB1688446-
CMYK00.50.730.34
HSL18.69º57.01%41.96%-
HSV(B)18.69º72.62%65.88%-
XYZ19.8114.864.41-
YUV104.7894.83173.09-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56.38%
GREEN value IS 84 (33.20% from 255) = 28.19%
BLUE value IS 46 (18.36% from 255) = 15.44%
R=56.38%
G=28.19%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168844600.50.730.3418.6957.0141.96
HexA8542E032492213392a
Octal2501245606211142237152
Binary1010100010101001011100110010100100110001010011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8542E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8542E; }

 p { color: rgb(168,84,46); }

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

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

 a { background-color: rgb(168,84,46); }

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

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

 span { border-color: rgb(168,84,46); }

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