#AD6188

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

Shades of Tapestry #AD6188

Tints of Tapestry #AD6188

Color information

#AD6188 (or 0xAD6188) is unknown color: approx Tapestry. HEX triplet: AD, 61 and 88. RGB value is (173,97,136). Sum of RGB (Red+Green+Blue) = 173+97+136=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6188 is #529E77. Grayscale: #7C7C7C. Windows color (decimal): -5414520 or 8937901. OLE color: 8937901.

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

Color convert

RGB17397136-
CMYK00.440.210.32
HSL329.21º31.67%52.94%-
HSV(B)329.21º43.93%67.84%-
XYZ25.9519.2125.63-
YUV124.17134.68162.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.61%
GREEN value IS 97 (38.28% from 255) = 23.89%
BLUE value IS 136 (53.52% from 255) = 33.50%
R=42.61%
G=23.89%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739713600.440.210.32329.2131.6752.94
HexAD618802C15201492035
Octal25514121005425405114065
Binary10101101110000110001000010110010101100000101001001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6188; }

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

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

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

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

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

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

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

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