#A85837

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

Shades of Vesuvius #A85837

Tints of Vesuvius #A85837

Color information

#A85837 (or 0xA85837) is unknown color: approx Vesuvius. HEX triplet: A8, 58 and 37. RGB value is (168,88,55). Sum of RGB (Red+Green+Blue) = 168+88+55=311 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.02% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 168 - color contains mainly: red. Hex color #A85837 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85837 is #57A7C8. Grayscale: #6C6C6C. Windows color (decimal): -5744585 or 3627176. OLE color: 3627176.

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

Color convert

RGB1688855-
CMYK00.480.670.34
HSL17.52º50.67%43.73%-
HSV(B)17.52º67.26%65.88%-
XYZ20.3315.585.55-
YUV108.1698170.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.02%
GREEN value IS 88 (34.77% from 255) = 28.30%
BLUE value IS 55 (21.88% from 255) = 17.68%
R=54.02%
G=28.30%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168885500.480.670.3417.5250.6743.73
HexA85837030432212332c
Octal2501306706010342226354
Binary1010100010110001101110110000100001110001010010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85837; }

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

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

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

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

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

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

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

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