#AD6086

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

Shades of Tapestry #AD6086

Tints of Tapestry #AD6086

Color information

#AD6086 (or 0xAD6086) is unknown color: approx Tapestry. HEX triplet: AD, 60 and 86. RGB value is (173,96,134). Sum of RGB (Red+Green+Blue) = 173+96+134=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6086 is #529F79. Grayscale: #7B7B7B. Windows color (decimal): -5414778 or 8806573. OLE color: 8806573.

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

Color convert

RGB17396134-
CMYK00.450.230.32
HSL330.39º31.95%52.75%-
HSV(B)330.39º44.51%67.84%-
XYZ25.7218.9724.86-
YUV123.35134.01163.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.93%
GREEN value IS 96 (37.89% from 255) = 23.82%
BLUE value IS 134 (52.73% from 255) = 33.25%
R=42.93%
G=23.82%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739613400.450.230.32330.3931.9552.75
HexAD608602D172014a2035
Octal25514020605527405124065
Binary10101101110000010000110010110110111100000101001010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6086; }

 p { color: rgb(173,96,134); }

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

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

 a { background-color: rgb(173,96,134); }

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

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

 span { border-color: rgb(173,96,134); }

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