#AD718A

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

Shades of Tapestry #AD718A

Tints of Tapestry #AD718A

Color information

#AD718A (or 0xAD718A) is unknown color: approx Tapestry. HEX triplet: AD, 71 and 8A. RGB value is (173,113,138). Sum of RGB (Red+Green+Blue) = 173+113+138=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #AD718A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD718A is #528E75. Grayscale: #858585. Windows color (decimal): -5410422 or 9073069. OLE color: 9073069.

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

Color convert

RGB173113138-
CMYK00.350.200.32
HSL335º26.79%56.08%-
HSV(B)335º34.68%67.84%-
XYZ27.7322.5326.93-
YUV133.79130.38155.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.80%
GREEN value IS 113 (44.53% from 255) = 26.65%
BLUE value IS 138 (54.30% from 255) = 32.55%
R=40.80%
G=26.65%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311313800.350.200.3233526.7956.08
HexAD718A023142014f1b38
Octal25516121204324405173370
Binary1010110111100011000101001000111010010000010100111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD718A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD718A; }

 p { color: rgb(173,113,138); }

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

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

 a { background-color: rgb(173,113,138); }

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

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

 span { border-color: rgb(173,113,138); }

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