#A85935

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

Shades of Vesuvius #A85935

Tints of Vesuvius #A85935

Color information

#A85935 (or 0xA85935) is unknown color: approx Vesuvius. HEX triplet: A8, 59 and 35. RGB value is (168,89,53). Sum of RGB (Red+Green+Blue) = 168+89+53=310 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.19% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 168 - color contains mainly: red. Hex color #A85935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85935 is #57A6CA. Grayscale: #6C6C6C. Windows color (decimal): -5744331 or 3496360. OLE color: 3496360.

HSL color Cylindrical-coordinate representation of color #A85935: hue angle of 18.78º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A85935 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB1688953-
CMYK00.470.680.34
HSL18.78º52.04%43.33%-
HSV(B)18.78º68.45%65.88%-
XYZ20.3615.735.33-
YUV108.5296.67170.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.19%
GREEN value IS 89 (35.16% from 255) = 28.71%
BLUE value IS 53 (21.09% from 255) = 17.10%
R=54.19%
G=28.71%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168895300.470.680.3418.7852.0443.33
HexA8593502F442213342b
Octal2501316505710442236453
Binary1010100010110011101010101111100010010001010011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85935; }

 p { color: rgb(168,89,53); }

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

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

 a { background-color: rgb(168,89,53); }

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

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

 span { border-color: rgb(168,89,53); }

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