#AD707E

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

Shades of Tapestry #AD707E

Tints of Tapestry #AD707E

Color information

#AD707E (or 0xAD707E) is unknown color: approx Tapestry. HEX triplet: AD, 70 and 7E. RGB value is (173,112,126). Sum of RGB (Red+Green+Blue) = 173+112+126=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD707E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD707E is #528F81. Grayscale: #838383. Windows color (decimal): -5410690 or 8286381. OLE color: 8286381.

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

Color convert

RGB173112126-
CMYK00.350.270.32
HSL346.23º27.11%55.88%-
HSV(B)346.23º35.26%67.84%-
XYZ26.7921.9822.57-
YUV131.84124.71157.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.09%
GREEN value IS 112 (44.14% from 255) = 27.25%
BLUE value IS 126 (49.61% from 255) = 30.66%
R=42.09%
G=27.25%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311212600.350.270.32346.2327.1155.88
HexAD707E0231B2015a1b38
Octal25516017604333405323370
Binary101011011110000111111001000111101110000010101101011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD707E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD707E; }

 p { color: rgb(173,112,126); }

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

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

 a { background-color: rgb(173,112,126); }

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

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

 span { border-color: rgb(173,112,126); }

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