#A85432

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

Shades of Vesuvius #A85432

Tints of Vesuvius #A85432

Color information

#A85432 (or 0xA85432) is unknown color: approx Vesuvius. HEX triplet: A8, 54 and 32. RGB value is (168,84,50). Sum of RGB (Red+Green+Blue) = 168+84+50=302 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.63% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 168 - color contains mainly: red. Hex color #A85432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85432 is #57ABCD. Grayscale: #696969. Windows color (decimal): -5745614 or 3298472. OLE color: 3298472.

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

Color convert

RGB1688450-
CMYK00.50.700.34
HSL17.29º54.13%42.75%-
HSV(B)17.29º70.24%65.88%-
XYZ19.8914.94.84-
YUV105.2496.83172.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 55.63%
GREEN value IS 84 (33.20% from 255) = 27.81%
BLUE value IS 50 (19.92% from 255) = 16.56%
R=55.63%
G=27.81%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168845000.50.700.3417.2954.1342.75
HexA85432032462211362b
Octal2501246206210642216653
Binary1010100010101001100100110010100011010001010001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85432; }

 p { color: rgb(168,84,50); }

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

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

 a { background-color: rgb(168,84,50); }

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

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

 span { border-color: rgb(168,84,50); }

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