#AD5C38

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

Shades of Vesuvius #AD5C38

Tints of Vesuvius #AD5C38

Color information

#AD5C38 (or 0xAD5C38) is unknown color: approx Vesuvius. HEX triplet: AD, 5C and 38. RGB value is (173,92,56). Sum of RGB (Red+Green+Blue) = 173+92+56=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5C38 is #52A3C7. Grayscale: #707070. Windows color (decimal): -5415880 or 3693741. OLE color: 3693741.

HSL color Cylindrical-coordinate representation of color #AD5C38: hue angle of 18.46º degrees, saturation: 0.51, 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 #AD5C38 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB1739256-
CMYK00.470.680.32
HSL18.46º51.09%44.9%-
HSV(B)18.46º67.63%67.84%-
XYZ21.7716.825.84-
YUV112.1296.34171.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.89%
GREEN value IS 92 (36.33% from 255) = 28.66%
BLUE value IS 56 (22.27% from 255) = 17.45%
R=53.89%
G=28.66%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173925600.470.680.3218.4651.0944.9
HexAD5C3802F442012332d
Octal2551347005710440226355
Binary1010110110111001110000101111100010010000010010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5C38; }

 p { color: rgb(173,92,56); }

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

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

 a { background-color: rgb(173,92,56); }

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

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

 span { border-color: rgb(173,92,56); }

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