#A85C35

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

Shades of Vesuvius #A85C35

Tints of Vesuvius #A85C35

Color information

#A85C35 (or 0xA85C35) is unknown color: approx Vesuvius. HEX triplet: A8, 5C and 35. RGB value is (168,92,53). Sum of RGB (Red+Green+Blue) = 168+92+53=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A85C35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85C35 is #57A3CA. Grayscale: #6E6E6E. Windows color (decimal): -5743563 or 3497128. OLE color: 3497128.

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

Color convert

RGB1689253-
CMYK00.450.680.34
HSL20.35º52.04%43.33%-
HSV(B)20.35º68.45%65.88%-
XYZ20.6216.245.42-
YUV110.2895.68169.17-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.67%
GREEN value IS 92 (36.33% from 255) = 29.39%
BLUE value IS 53 (21.09% from 255) = 16.93%
R=53.67%
G=29.39%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168925300.450.680.3420.3552.0443.33
HexA85C3502D442214342b
Octal2501346505510442246453
Binary1010100010111001101010101101100010010001010100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85C35; }

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

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

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

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

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

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

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

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