#A85B32

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

Shades of Vesuvius #A85B32

Tints of Vesuvius #A85B32

Color information

#A85B32 (or 0xA85B32) is unknown color: approx Vesuvius. HEX triplet: A8, 5B and 32. RGB value is (168,91,50). Sum of RGB (Red+Green+Blue) = 168+91+50=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A85B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85B32 is #57A4CD. Grayscale: #6D6D6D. Windows color (decimal): -5743822 or 3300264. OLE color: 3300264.

HSL color Cylindrical-coordinate representation of color #A85B32: hue angle of 20.85º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A85B32 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB1689150-
CMYK00.460.700.34
HSL20.85º54.13%42.75%-
HSV(B)20.85º70.24%65.88%-
XYZ20.4716.045.03-
YUV109.3594.51169.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.37%
GREEN value IS 91 (35.94% from 255) = 29.45%
BLUE value IS 50 (19.92% from 255) = 16.18%
R=54.37%
G=29.45%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168915000.460.700.3420.8554.1342.75
HexA85B3202E462215362b
Octal2501336205610642256653
Binary1010100010110111100100101110100011010001010101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85B32; }

 p { color: rgb(168,91,50); }

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

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

 a { background-color: rgb(168,91,50); }

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

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

 span { border-color: rgb(168,91,50); }

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