#AD6180

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

Shades of Tapestry #AD6180

Tints of Tapestry #AD6180

Color information

#AD6180 (or 0xAD6180) is unknown color: approx Tapestry. HEX triplet: AD, 61 and 80. RGB value is (173,97,128). Sum of RGB (Red+Green+Blue) = 173+97+128=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6180 is #529E7F. Grayscale: #7B7B7B. Windows color (decimal): -5414528 or 8413613. OLE color: 8413613.

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

Color convert

RGB17397128-
CMYK00.440.260.32
HSL335.53º31.67%52.94%-
HSV(B)335.53º43.93%67.84%-
XYZ25.418.9922.75-
YUV123.26130.68163.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.47%
GREEN value IS 97 (38.28% from 255) = 24.37%
BLUE value IS 128 (50.39% from 255) = 32.16%
R=43.47%
G=24.37%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739712800.440.260.32335.5331.6752.94
HexAD618002C1A201502035
Octal25514120005432405204065
Binary10101101110000110000000010110011010100000101010000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6180; }

 p { color: rgb(173,97,128); }

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

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

 a { background-color: rgb(173,97,128); }

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

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

 span { border-color: rgb(173,97,128); }

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