Html Css Color HEX #AD8890 Tapestry

📋 copy color: '#AD8890'

red 173 ◦ green 136 ◦ blue 144

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

Shades of Tapestry #AD8890

Tints of Tapestry #AD8890

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.02%

 BLUE value IS 144 (56.64% from 255) = 31.79%

R = 38.19%
G = 30.02%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD8890 (or 0xAD8890) is known color: Tapestry. HEX triplet: AD, 88 and 90. RGB value is (173,136,144). Sum of RGB (Red+Green+Blue) = 173+136+144=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8890 is #52776F. Grayscale: #939393. Windows color (decimal): -5404528 or 9472173. OLE color: 9472173.

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

Color convert

RGB 173 136 144 -
CMYK 0 0.21 0.17 0.32
HSL 347.03º 0.18% 0.61% -
HSV(B) 347.03º 0.21% 0.68% -
XYZ 31.07 28.51 30.25 -
YUV 147.98 125.76 145.85 -
System Red Green Blue C M Y K H S L
Decimal 173 136 144 0 0.21 0.17 0.32 347.03 0.18 0.61
Hex AD 88 90 0 15 11 20 15B 12 3D
Octal 255 210 220 0 25 21 40 533 22 75
Binary 10101101 10001000 10010000 0 10101 10001 100000 101011011 10010 111101

Color Harmonies of #AD8890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8890

Black with #AD8890

Text Example


Text Example

White with #AD8890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8890; }

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

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

background-color css

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

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

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

border-color css

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

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

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