Html Css Color HEX #AD5E86 Tapestry

📋 copy color: '#AD5E86'

red 173 ◦ green 94 ◦ blue 134

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

Shades of Tapestry #AD5E86

Tints of Tapestry #AD5E86

RGB

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

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

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

R = 43.14%
G = 23.44%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD5E86 (or 0xAD5E86) is known color: Tapestry. HEX triplet: AD, 5E and 86. RGB value is (173,94,134). Sum of RGB (Red+Green+Blue) = 173+94+134=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5E86 is #52A179. Grayscale: #7A7A7A. Windows color (decimal): -5415290 or 8806061. OLE color: 8806061.

HSL color Cylindrical-coordinate representation of color #AD5E86: hue angle of 329.62º 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 #AD5E86 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 94 134 -
CMYK 0 0.46 0.23 0.32
HSL 329.62º 0.33% 0.52% -
HSV(B) 329.62º 0.46% 0.68% -
XYZ 25.54 18.61 24.8 -
YUV 122.18 134.67 164.25 -
System Red Green Blue C M Y K H S L
Decimal 173 94 134 0 0.46 0.23 0.32 329.62 0.33 0.52
Hex AD 5E 86 0 2E 17 20 14A 21 34
Octal 255 136 206 0 56 27 40 512 41 64
Binary 10101101 1011110 10000110 0 101110 10111 100000 101001010 100001 110100

Color Harmonies of #AD5E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5E86

Black with #AD5E86

Text Example


Text Example

White with #AD5E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5E86; }

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

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

background-color css

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

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

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

border-color css

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

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

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