Html Css Color HEX #AD8191 Tapestry

📋 copy color: '#AD8191'

red 173 ◦ green 129 ◦ blue 145

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

Shades of Tapestry #AD8191

Tints of Tapestry #AD8191

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.86%

 BLUE value IS 145 (57.03% from 255) = 32.44%

R = 38.7%
G = 28.86%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD8191 (or 0xAD8191) is known color: Tapestry. HEX triplet: AD, 81 and 91. RGB value is (173,129,145). Sum of RGB (Red+Green+Blue) = 173+129+145=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 145 (57.03% from 255 or 32.44% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8191 is #527E6E. Grayscale: #8F8F8F. Windows color (decimal): -5406319 or 9535917. OLE color: 9535917.

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

Color convert

RGB 173 129 145 -
CMYK 0 0.25 0.16 0.32
HSL 338.18º 0.21% 0.59% -
HSV(B) 338.18º 0.25% 0.68% -
XYZ 30.19 26.63 30.34 -
YUV 143.98 128.58 148.7 -
System Red Green Blue C M Y K H S L
Decimal 173 129 145 0 0.25 0.16 0.32 338.18 0.21 0.59
Hex AD 81 91 0 19 10 20 152 15 3B
Octal 255 201 221 0 31 20 40 522 25 73
Binary 10101101 10000001 10010001 0 11001 10000 100000 101010010 10101 111011

Color Harmonies of #AD8191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8191

Black with #AD8191

Text Example


Text Example

White with #AD8191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8191; }

 p { color: rgb(173,129,145); }

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

background-color css

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

 a { background-color: rgb(173,129,145); }

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

border-color css

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

 span { border-color: rgb(173,129,145); }

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