Html Css Color HEX #AD7E86 Tapestry

📋 copy color: '#AD7E86'

red 173 ◦ green 126 ◦ blue 134

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

Shades of Tapestry #AD7E86

Tints of Tapestry #AD7E86

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.1%

 BLUE value IS 134 (52.73% from 255) = 30.95%

R = 39.95%
G = 29.1%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD7E86 (or 0xAD7E86) is known color: Tapestry. HEX triplet: AD, 7E and 86. RGB value is (173,126,134). Sum of RGB (Red+Green+Blue) = 173+126+134=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7E86 is #528179. Grayscale: #8C8C8C. Windows color (decimal): -5407098 or 8814253. OLE color: 8814253.

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

Color convert

RGB 173 126 134 -
CMYK 0 0.27 0.23 0.32
HSL 349.79º 0.22% 0.59% -
HSV(B) 349.79º 0.27% 0.68% -
XYZ 29 25.53 25.95 -
YUV 140.97 124.07 150.85 -
System Red Green Blue C M Y K H S L
Decimal 173 126 134 0 0.27 0.23 0.32 349.79 0.22 0.59
Hex AD 7E 86 0 1B 17 20 15E 16 3B
Octal 255 176 206 0 33 27 40 536 26 73
Binary 10101101 1111110 10000110 0 11011 10111 100000 101011110 10110 111011

Color Harmonies of #AD7E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7E86

Black with #AD7E86

Text Example


Text Example

White with #AD7E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7E86; }

 p { color: rgb(173,126,134); }

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

background-color css

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

 a { background-color: rgb(173,126,134); }

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

border-color css

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

 span { border-color: rgb(173,126,134); }

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