#AD8289

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

Shades of Tapestry #AD8289

Tints of Tapestry #AD8289

Color information

#AD8289 (or 0xAD8289) is unknown color: approx Tapestry. HEX triplet: AD, 82 and 89. RGB value is (173,130,137). Sum of RGB (Red+Green+Blue) = 173+130+137=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8289 is #527D76. Grayscale: #8F8F8F. Windows color (decimal): -5406071 or 9011885. OLE color: 9011885.

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

Color convert

RGB173130137-
CMYK00.250.210.32
HSL350.23º20.77%59.41%-
HSV(B)350.23º24.86%67.84%-
XYZ29.7326.6627.24-
YUV143.66124.25148.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.32%
GREEN value IS 130 (51.17% from 255) = 29.55%
BLUE value IS 137 (53.91% from 255) = 31.14%
R=39.32%
G=29.55%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313013700.250.210.32350.2320.7759.41
HexAD8289019152015e153b
Octal25520221103125405362573
Binary1010110110000010100010010110011010110000010101111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8289; }

 p { color: rgb(173,130,137); }

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

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

 a { background-color: rgb(173,130,137); }

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

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

 span { border-color: rgb(173,130,137); }

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