#AD6B8F

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

Shades of Tapestry #AD6B8F

Tints of Tapestry #AD6B8F

Color information

#AD6B8F (or 0xAD6B8F) is unknown color: approx Tapestry. HEX triplet: AD, 6B and 8F. RGB value is (173,107,143). Sum of RGB (Red+Green+Blue) = 173+107+143=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6B8F is #529470. Grayscale: #828282. Windows color (decimal): -5411953 or 9399213. OLE color: 9399213.

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

Color convert

RGB173107143-
CMYK00.380.170.32
HSL327.27º28.7%54.9%-
HSV(B)327.27º38.15%67.84%-
XYZ27.4521.3828.67-
YUV130.84134.87158.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.90%
GREEN value IS 107 (42.19% from 255) = 25.30%
BLUE value IS 143 (56.25% from 255) = 33.81%
R=40.90%
G=25.30%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310714300.380.170.32327.2728.754.9
HexAD6B8F02611201471d37
Octal25515321704621405073567
Binary1010110111010111000111101001101000110000010100011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6B8F; }

 p { color: rgb(173,107,143); }

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

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

 a { background-color: rgb(173,107,143); }

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

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

 span { border-color: rgb(173,107,143); }

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