#A85833

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

Shades of Vesuvius #A85833

Tints of Vesuvius #A85833

Color information

#A85833 (or 0xA85833) is unknown color: approx Vesuvius. HEX triplet: A8, 58 and 33. RGB value is (168,88,51). Sum of RGB (Red+Green+Blue) = 168+88+51=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A85833 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85833 is #57A7CC. Grayscale: #6B6B6B. Windows color (decimal): -5744589 or 3365032. OLE color: 3365032.

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

Color convert

RGB1688851-
CMYK00.480.700.34
HSL18.97º53.42%42.94%-
HSV(B)18.97º69.64%65.88%-
XYZ20.2415.545.07-
YUV107.796171.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.72%
GREEN value IS 88 (34.77% from 255) = 28.66%
BLUE value IS 51 (20.31% from 255) = 16.61%
R=54.72%
G=28.66%
B=16.61%

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
Decimal168885100.480.700.3418.9753.4242.94
HexA85833030462213352b
Octal2501306306010642236553
Binary1010100010110001100110110000100011010001010011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85833; }

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

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

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

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

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

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

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

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