#AD6187

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

Shades of Tapestry #AD6187

Tints of Tapestry #AD6187

Color information

#AD6187 (or 0xAD6187) is unknown color: approx Tapestry. HEX triplet: AD, 61 and 87. RGB value is (173,97,135). Sum of RGB (Red+Green+Blue) = 173+97+135=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 135 (53.12% from 255 or 33.33% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6187 is #529E78. Grayscale: #7B7B7B. Windows color (decimal): -5414521 or 8872365. OLE color: 8872365.

HSL color Cylindrical-coordinate representation of color #AD6187: hue angle of 330º 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 #AD6187 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB17397135-
CMYK00.440.220.32
HSL330º31.67%52.94%-
HSV(B)330º43.93%67.84%-
XYZ25.8819.1825.26-
YUV124.06134.18162.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.72%
GREEN value IS 97 (38.28% from 255) = 23.95%
BLUE value IS 135 (53.12% from 255) = 33.33%
R=42.72%
G=23.95%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739713500.440.220.3233031.6752.94
HexAD618702C162014a2035
Octal25514120705426405124065
Binary10101101110000110000111010110010110100000101001010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6187; }

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

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

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

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

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

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

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

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