Html Css Color HEX #AD6E81 Tapestry

📋 copy color: '#AD6E81'

red 173 ◦ green 110 ◦ blue 129

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

Shades of Tapestry #AD6E81

Tints of Tapestry #AD6E81

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.7%

 BLUE value IS 129 (50.78% from 255) = 31.31%

R = 41.99%
G = 26.7%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD6E81 (or 0xAD6E81) is known color: Tapestry. HEX triplet: AD, 6E and 81. RGB value is (173,110,129). Sum of RGB (Red+Green+Blue) = 173+110+129=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6E81 is #52917E. Grayscale: #828282. Windows color (decimal): -5411199 or 8482477. OLE color: 8482477.

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

Color convert

RGB 173 110 129 -
CMYK 0 0.36 0.25 0.32
HSL 341.9º 0.28% 0.55% -
HSV(B) 341.9º 0.36% 0.68% -
XYZ 26.77 21.62 23.53 -
YUV 131 126.87 157.96 -
System Red Green Blue C M Y K H S L
Decimal 173 110 129 0 0.36 0.25 0.32 341.9 0.28 0.55
Hex AD 6E 81 0 24 19 20 156 1C 37
Octal 255 156 201 0 44 31 40 526 34 67
Binary 10101101 1101110 10000001 0 100100 11001 100000 101010110 11100 110111

Color Harmonies of #AD6E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6E81

Black with #AD6E81

Text Example


Text Example

White with #AD6E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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