#AD5F88

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

Shades of Tapestry #AD5F88

Tints of Tapestry #AD5F88

Color information

#AD5F88 (or 0xAD5F88) is unknown color: approx Tapestry. HEX triplet: AD, 5F and 88. RGB value is (173,95,136). Sum of RGB (Red+Green+Blue) = 173+95+136=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5F88 is #52A077. Grayscale: #7A7A7A. Windows color (decimal): -5415032 or 8937389. OLE color: 8937389.

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

Color convert

RGB17395136-
CMYK00.450.210.32
HSL328.46º32.23%52.55%-
HSV(B)328.46º45.09%67.84%-
XYZ25.7718.8525.57-
YUV123135.34163.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.82%
GREEN value IS 95 (37.5% from 255) = 23.51%
BLUE value IS 136 (53.52% from 255) = 33.66%
R=42.82%
G=23.51%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739513600.450.210.32328.4632.2352.55
HexAD5F8802D15201482035
Octal25513721005525405104065
Binary10101101101111110001000010110110101100000101001000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5F88; }

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

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

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

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

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

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

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

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