Html Css Color HEX #AD6987 Tapestry

📋 copy color: '#AD6987'

red 173 ◦ green 105 ◦ blue 135

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

Shades of Tapestry #AD6987

Tints of Tapestry #AD6987

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.42%

 BLUE value IS 135 (53.13% from 255) = 32.69%

R = 41.89%
G = 25.42%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#AD6987 (or 0xAD6987) is known color: Tapestry. HEX triplet: AD, 69 and 87. RGB value is (173,105,135). Sum of RGB (Red+Green+Blue) = 173+105+135=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6987 is #529678. Grayscale: #808080. Windows color (decimal): -5412473 or 8874413. OLE color: 8874413.

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

Color convert

RGB 173 105 135 -
CMYK 0 0.39 0.22 0.32
HSL 333.53º 0.29% 0.55% -
HSV(B) 333.53º 0.39% 0.68% -
XYZ 26.66 20.74 25.52 -
YUV 128.75 131.53 159.56 -
System Red Green Blue C M Y K H S L
Decimal 173 105 135 0 0.39 0.22 0.32 333.53 0.29 0.55
Hex AD 69 87 0 27 16 20 14E 1D 37
Octal 255 151 207 0 47 26 40 516 35 67
Binary 10101101 1101001 10000111 0 100111 10110 100000 101001110 11101 110111

Color Harmonies of #AD6987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6987

Black with #AD6987

Text Example


Text Example

White with #AD6987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6987; }

 p { color: rgb(173,105,135); }

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

background-color css

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

 a { background-color: rgb(173,105,135); }

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

border-color css

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

 span { border-color: rgb(173,105,135); }

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