#A85733

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

Shades of Vesuvius #A85733

Tints of Vesuvius #A85733

Color information

#A85733 (or 0xA85733) is unknown color: approx Vesuvius. HEX triplet: A8, 57 and 33. RGB value is (168,87,51). Sum of RGB (Red+Green+Blue) = 168+87+51=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 87 (34.38% from 255 or 28.43% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A85733 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85733 is #57A8CC. Grayscale: #6B6B6B. Windows color (decimal): -5744845 or 3364776. OLE color: 3364776.

HSL color Cylindrical-coordinate representation of color #A85733: hue angle of 18.46º degrees, saturation: 0.53, 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 #A85733 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB1688751-
CMYK00.480.700.34
HSL18.46º53.42%42.94%-
HSV(B)18.46º69.64%65.88%-
XYZ20.1515.385.04-
YUV107.1196.34171.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.90%
GREEN value IS 87 (34.38% from 255) = 28.43%
BLUE value IS 51 (20.31% from 255) = 16.67%
R=54.90%
G=28.43%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168875100.480.700.3418.4653.4242.94
HexA85733030462212352b
Octal2501276306010642226553
Binary1010100010101111100110110000100011010001010010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85733; }

 p { color: rgb(168,87,51); }

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

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

 a { background-color: rgb(168,87,51); }

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

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

 span { border-color: rgb(168,87,51); }

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