Html Css Color HEX #AD6F89 Tapestry

📋 copy color: '#AD6F89'

red 173 ◦ green 111 ◦ blue 137

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

Shades of Tapestry #AD6F89

Tints of Tapestry #AD6F89

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.37%

 BLUE value IS 137 (53.91% from 255) = 32.54%

R = 41.09%
G = 26.37%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD6F89 (or 0xAD6F89) is known color: Tapestry. HEX triplet: AD, 6F and 89. RGB value is (173,111,137). Sum of RGB (Red+Green+Blue) = 173+111+137=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 137 (53.91% from 255 or 32.54% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6F89 is #529076. Grayscale: #848484. Windows color (decimal): -5410935 or 9007021. OLE color: 9007021.

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

Color convert

RGB 173 111 137 -
CMYK 0 0.36 0.21 0.32
HSL 334.84º 0.27% 0.56% -
HSV(B) 334.84º 0.36% 0.68% -
XYZ 27.43 22.06 26.48 -
YUV 132.5 130.54 156.89 -
System Red Green Blue C M Y K H S L
Decimal 173 111 137 0 0.36 0.21 0.32 334.84 0.27 0.56
Hex AD 6F 89 0 24 15 20 14F 1B 38
Octal 255 157 211 0 44 25 40 517 33 70
Binary 10101101 1101111 10001001 0 100100 10101 100000 101001111 11011 111000

Color Harmonies of #AD6F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6F89

Black with #AD6F89

Text Example


Text Example

White with #AD6F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6F89; }

 p { color: rgb(173,111,137); }

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

background-color css

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

 a { background-color: rgb(173,111,137); }

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

border-color css

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

 span { border-color: rgb(173,111,137); }

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