#AD7A90

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

Shades of Tapestry #AD7A90

Tints of Tapestry #AD7A90

Color information

#AD7A90 (or 0xAD7A90) is unknown color: approx Tapestry. HEX triplet: AD, 7A and 90. RGB value is (173,122,144). Sum of RGB (Red+Green+Blue) = 173+122+144=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7A90 is #52856F. Grayscale: #8B8B8B. Windows color (decimal): -5408112 or 9468589. OLE color: 9468589.

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

Color convert

RGB173122144-
CMYK00.290.170.32
HSL334.12º23.72%57.84%-
HSV(B)334.12º29.48%67.84%-
XYZ29.2324.8229.64-
YUV139.76130.4151.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.41%
GREEN value IS 122 (48.05% from 255) = 27.79%
BLUE value IS 144 (56.64% from 255) = 32.80%
R=39.41%
G=27.79%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312214400.290.170.32334.1223.7257.84
HexAD7A9001D112014e183a
Octal25517222003521405163072
Binary101011011111010100100000111011000110000010100111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7A90; }

 p { color: rgb(173,122,144); }

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

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

 a { background-color: rgb(173,122,144); }

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

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

 span { border-color: rgb(173,122,144); }

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