#AD7586

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

Shades of Tapestry #AD7586

Tints of Tapestry #AD7586

Color information

#AD7586 (or 0xAD7586) is unknown color: approx Tapestry. HEX triplet: AD, 75 and 86. RGB value is (173,117,134). Sum of RGB (Red+Green+Blue) = 173+117+134=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7586 is #528A79. Grayscale: #878787. Windows color (decimal): -5409402 or 8811949. OLE color: 8811949.

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

Color convert

RGB173117134-
CMYK00.320.230.32
HSL341.79º25.45%56.86%-
HSV(B)341.79º32.37%67.84%-
XYZ27.923.3325.59-
YUV135.68127.05154.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.80%
GREEN value IS 117 (46.09% from 255) = 27.59%
BLUE value IS 134 (52.73% from 255) = 31.60%
R=40.80%
G=27.59%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311713400.320.230.32341.7925.4556.86
HexAD758602017201561939
Octal25516520604027405263171
Binary1010110111101011000011001000001011110000010101011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7586; }

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

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

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

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

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

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

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

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