#AD8489

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

Shades of Tapestry #AD8489

Tints of Tapestry #AD8489

Color information

#AD8489 (or 0xAD8489) is unknown color: approx Tapestry. HEX triplet: AD, 84 and 89. RGB value is (173,132,137). Sum of RGB (Red+Green+Blue) = 173+132+137=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 132 (51.95% from 255 or 29.86% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8489 is #527B76. Grayscale: #909090. Windows color (decimal): -5405559 or 9012397. OLE color: 9012397.

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

Color convert

RGB173132137-
CMYK00.240.210.32
HSL352.68º20%59.8%-
HSV(B)352.68º23.7%67.84%-
XYZ3027.1927.33-
YUV144.83123.58148.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.14%
GREEN value IS 132 (51.95% from 255) = 29.86%
BLUE value IS 137 (53.91% from 255) = 31.00%
R=39.14%
G=29.86%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313213700.240.210.32352.682059.8
HexAD84890181520161143c
Octal25520421103025405412474
Binary1010110110000100100010010110001010110000010110000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8489; }

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

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

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

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

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

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

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

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