#AD8488

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

Shades of Tapestry #AD8488

Tints of Tapestry #AD8488

Color information

#AD8488 (or 0xAD8488) is unknown color: approx Tapestry. HEX triplet: AD, 84 and 88. RGB value is (173,132,136). Sum of RGB (Red+Green+Blue) = 173+132+136=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8488 is #527B77. Grayscale: #909090. Windows color (decimal): -5405560 or 8946861. OLE color: 8946861.

HSL color Cylindrical-coordinate representation of color #AD8488: hue angle of 354.15º 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 #AD8488 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB173132136-
CMYK00.240.210.32
HSL354.15º20%59.8%-
HSV(B)354.15º23.7%67.84%-
XYZ29.9327.1626.96-
YUV144.71123.08148.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.23%
GREEN value IS 132 (51.95% from 255) = 29.93%
BLUE value IS 136 (53.52% from 255) = 30.84%
R=39.23%
G=29.93%
B=30.84%

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
Decimal17313213600.240.210.32354.152059.8
HexAD84880181520162143c
Octal25520421003025405422474
Binary1010110110000100100010000110001010110000010110001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8488; }

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

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

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

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

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

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

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

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