#A85A2E

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

Shades of Vesuvius #A85A2E

Tints of Vesuvius #A85A2E

Color information

#A85A2E (or 0xA85A2E) is unknown color: approx Vesuvius. HEX triplet: A8, 5A and 2E. RGB value is (168,90,46). Sum of RGB (Red+Green+Blue) = 168+90+46=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85A2E is #57A5D1. Grayscale: #6C6C6C. Windows color (decimal): -5744082 or 3037864. OLE color: 3037864.

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

Color convert

RGB1689046-
CMYK00.460.730.34
HSL21.64º57.01%41.96%-
HSV(B)21.64º72.62%65.88%-
XYZ20.315.834.57-
YUV108.3192.84170.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 55.26%
GREEN value IS 90 (35.55% from 255) = 29.61%
BLUE value IS 46 (18.36% from 255) = 15.13%
R=55.26%
G=29.61%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168904600.460.730.3421.6457.0141.96
HexA85A2E02E492216392a
Octal2501325605611142267152
Binary1010100010110101011100101110100100110001010110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85A2E; }

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

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

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

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

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

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

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

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