#A85A35

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

Shades of Vesuvius #A85A35

Tints of Vesuvius #A85A35

Color information

#A85A35 (or 0xA85A35) is unknown color: approx Vesuvius. HEX triplet: A8, 5A and 35. RGB value is (168,90,53). Sum of RGB (Red+Green+Blue) = 168+90+53=311 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.02% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85A35 is #57A5CA. Grayscale: #6D6D6D. Windows color (decimal): -5744075 or 3496616. OLE color: 3496616.

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

Color convert

RGB1689053-
CMYK00.460.680.34
HSL19.3º52.04%43.33%-
HSV(B)19.3º68.45%65.88%-
XYZ20.4515.895.36-
YUV109.196.34170.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.02%
GREEN value IS 90 (35.55% from 255) = 28.94%
BLUE value IS 53 (21.09% from 255) = 17.04%
R=54.02%
G=28.94%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168905300.460.680.3419.352.0443.33
HexA85A3502E442213342b
Octal2501326505610442236453
Binary1010100010110101101010101110100010010001010011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85A35; }

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

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

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

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

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

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

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

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