#AD5935

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

Shades of Vesuvius #AD5935

Tints of Vesuvius #AD5935

Color information

#AD5935 (or 0xAD5935) is unknown color: approx Vesuvius. HEX triplet: AD, 59 and 35. RGB value is (173,89,53). Sum of RGB (Red+Green+Blue) = 173+89+53=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5935 is #52A6CA. Grayscale: #6E6E6E. Windows color (decimal): -5416651 or 3496365. OLE color: 3496365.

HSL color Cylindrical-coordinate representation of color #AD5935: hue angle of 18º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD5935 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB1738953-
CMYK00.490.690.32
HSL18º53.1%44.31%-
HSV(B)18º69.36%67.84%-
XYZ21.4516.295.38-
YUV110.0195.83172.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.92%
GREEN value IS 89 (35.16% from 255) = 28.25%
BLUE value IS 53 (21.09% from 255) = 16.83%
R=54.92%
G=28.25%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173895300.490.690.321853.144.31
HexAD5935031452012352c
Octal2551316506110540226554
Binary1010110110110011101010110001100010110000010010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5935; }

 p { color: rgb(173,89,53); }

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

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

 a { background-color: rgb(173,89,53); }

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

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

 span { border-color: rgb(173,89,53); }

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