#AD7E8B

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

Shades of Tapestry #AD7E8B

Tints of Tapestry #AD7E8B

Color information

#AD7E8B (or 0xAD7E8B) is unknown color: approx Tapestry. HEX triplet: AD, 7E and 8B. RGB value is (173,126,139). Sum of RGB (Red+Green+Blue) = 173+126+139=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7E8B is #528174. Grayscale: #8D8D8D. Windows color (decimal): -5407093 or 9141933. OLE color: 9141933.

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

Color convert

RGB173126139-
CMYK00.270.200.32
HSL343.4º22.27%58.63%-
HSV(B)343.4º27.17%67.84%-
XYZ29.3525.6727.83-
YUV141.54126.57150.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.50%
GREEN value IS 126 (49.61% from 255) = 28.77%
BLUE value IS 139 (54.69% from 255) = 31.74%
R=39.50%
G=28.77%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312613900.270.200.32343.422.2758.63
HexAD7E8B01B1420157163b
Octal25517621303324405272673
Binary101011011111110100010110110111010010000010101011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7E8B; }

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

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

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

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

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

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

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

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