Html Css Color HEX #AD5E88 Tapestry

📋 copy color: '#AD5E88'

red 173 ◦ green 94 ◦ blue 136

#AD5E88
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #AD5E88

Tints of Tapestry #AD5E88

RGB

 RED value IS 173 (67.97% from 255) = 42.93%

 GREEN value IS 94 (37.11% from 255) = 23.33%

 BLUE value IS 136 (53.52% from 255) = 33.75%

R = 42.93%
G = 23.33%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD5E88 (or 0xAD5E88) is known color: Tapestry. HEX triplet: AD, 5E and 88. RGB value is (173,94,136). Sum of RGB (Red+Green+Blue) = 173+94+136=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5E88 is #52A177. Grayscale: #7A7A7A. Windows color (decimal): -5415288 or 8937133. OLE color: 8937133.

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

Color convert

RGB 173 94 136 -
CMYK 0 0.46 0.21 0.32
HSL 328.1º 0.33% 0.52% -
HSV(B) 328.1º 0.46% 0.68% -
XYZ 25.68 18.67 25.54 -
YUV 122.41 135.67 164.08 -
System Red Green Blue C M Y K H S L
Decimal 173 94 136 0 0.46 0.21 0.32 328.1 0.33 0.52
Hex AD 5E 88 0 2E 15 20 148 21 34
Octal 255 136 210 0 56 25 40 510 41 64
Binary 10101101 1011110 10001000 0 101110 10101 100000 101001000 100001 110100

Color Harmonies of #AD5E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5E88

Black with #AD5E88

Text Example


Text Example

White with #AD5E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5E88; }

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

 H1.HeaderClassName
 {
   color: #AD5E88;
 }
 .AnyTagClassName
 {
   color: #AD5E88;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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