#AD5A37

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

Shades of Vesuvius #AD5A37

Tints of Vesuvius #AD5A37

Color information

#AD5A37 (or 0xAD5A37) is unknown color: approx Vesuvius. HEX triplet: AD, 5A and 37. RGB value is (173,90,55). Sum of RGB (Red+Green+Blue) = 173+90+55=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5A37 is #52A5C8. Grayscale: #6F6F6F. Windows color (decimal): -5416393 or 3627693. OLE color: 3627693.

HSL color Cylindrical-coordinate representation of color #AD5A37: hue angle of 17.8º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD5A37 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB1739055-
CMYK00.480.680.32
HSL17.8º51.75%44.71%-
HSV(B)17.8º68.21%67.84%-
XYZ21.5816.475.66-
YUV110.8396.5172.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.40%
GREEN value IS 90 (35.55% from 255) = 28.30%
BLUE value IS 55 (21.88% from 255) = 17.30%
R=54.40%
G=28.30%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173905500.480.680.3217.851.7544.71
HexAD5A37030442012342d
Octal2551326706010440226455
Binary1010110110110101101110110000100010010000010010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5A37; }

 p { color: rgb(173,90,55); }

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

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

 a { background-color: rgb(173,90,55); }

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

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

 span { border-color: rgb(173,90,55); }

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