#AD7A8E

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

Shades of Tapestry #AD7A8E

Tints of Tapestry #AD7A8E

Color information

#AD7A8E (or 0xAD7A8E) is unknown color: approx Tapestry. HEX triplet: AD, 7A and 8E. RGB value is (173,122,142). Sum of RGB (Red+Green+Blue) = 173+122+142=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7A8E is #528571. Grayscale: #8B8B8B. Windows color (decimal): -5408114 or 9337517. OLE color: 9337517.

HSL color Cylindrical-coordinate representation of color #AD7A8E: hue angle of 336.47º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD7A8E is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB173122142-
CMYK00.290.180.32
HSL336.47º23.72%57.84%-
HSV(B)336.47º29.48%67.84%-
XYZ29.0824.7628.84-
YUV139.53129.4151.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.59%
GREEN value IS 122 (48.05% from 255) = 27.92%
BLUE value IS 142 (55.86% from 255) = 32.49%
R=39.59%
G=27.92%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312214200.290.180.32336.4723.7257.84
HexAD7A8E01D1220150183a
Octal25517221603522405203072
Binary101011011111010100011100111011001010000010101000011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7A8E; }

 p { color: rgb(173,122,142); }

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

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

 a { background-color: rgb(173,122,142); }

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

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

 span { border-color: rgb(173,122,142); }

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