#AD6581

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

Shades of Tapestry #AD6581

Tints of Tapestry #AD6581

Color information

#AD6581 (or 0xAD6581) is unknown color: approx Tapestry. HEX triplet: AD, 65 and 81. RGB value is (173,101,129). Sum of RGB (Red+Green+Blue) = 173+101+129=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6581 is #529A7E. Grayscale: #7D7D7D. Windows color (decimal): -5413503 or 8480173. OLE color: 8480173.

HSL color Cylindrical-coordinate representation of color #AD6581: hue angle of 336.67º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD6581 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB173101129-
CMYK00.420.250.32
HSL336.67º30.51%53.73%-
HSV(B)336.67º41.62%67.84%-
XYZ25.8519.7823.22-
YUV125.72129.85161.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.93%
GREEN value IS 101 (39.84% from 255) = 25.06%
BLUE value IS 129 (50.78% from 255) = 32.01%
R=42.93%
G=25.06%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310112900.420.250.32336.6730.5153.73
HexAD658102A19201511f36
Octal25514520105231405213766
Binary1010110111001011000000101010101100110000010101000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6581; }

 p { color: rgb(173,101,129); }

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

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

 a { background-color: rgb(173,101,129); }

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

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

 span { border-color: rgb(173,101,129); }

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