#AD6A8B

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

Shades of Tapestry #AD6A8B

Tints of Tapestry #AD6A8B

Color information

#AD6A8B (or 0xAD6A8B) is unknown color: approx Tapestry. HEX triplet: AD, 6A and 8B. RGB value is (173,106,139). Sum of RGB (Red+Green+Blue) = 173+106+139=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6A8B is #529574. Grayscale: #818181. Windows color (decimal): -5412213 or 9136813. OLE color: 9136813.

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

Color convert

RGB173106139-
CMYK00.390.200.32
HSL330.45º29%54.71%-
HSV(B)330.45º38.73%67.84%-
XYZ27.0521.0627.06-
YUV129.79133.2158.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.39%
GREEN value IS 106 (41.80% from 255) = 25.36%
BLUE value IS 139 (54.69% from 255) = 33.25%
R=41.39%
G=25.36%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310613900.390.200.32330.452954.71
HexAD6A8B027142014a1d37
Octal25515221304724405123567
Binary1010110111010101000101101001111010010000010100101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6A8B; }

 p { color: rgb(173,106,139); }

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

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

 a { background-color: rgb(173,106,139); }

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

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

 span { border-color: rgb(173,106,139); }

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