Html Css Color HEX #AD7F8F Tapestry

📋 copy color: '#AD7F8F'

red 173 ◦ green 127 ◦ blue 143

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

Shades of Tapestry #AD7F8F

Tints of Tapestry #AD7F8F

RGB

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

 GREEN value IS 127 (50% from 255) = 28.67%

 BLUE value IS 143 (56.25% from 255) = 32.28%

R = 39.05%
G = 28.67%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD7F8F (or 0xAD7F8F) is known color: Tapestry. HEX triplet: AD, 7F and 8F. RGB value is (173,127,143). Sum of RGB (Red+Green+Blue) = 173+127+143=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 143 (56.25% from 255 or 32.28% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7F8F is #528070. Grayscale: #8E8E8E. Windows color (decimal): -5406833 or 9404333. OLE color: 9404333.

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

Color convert

RGB 173 127 143 -
CMYK 0 0.27 0.17 0.32
HSL 339.13º 0.22% 0.59% -
HSV(B) 339.13º 0.27% 0.68% -
XYZ 29.78 26.05 29.44 -
YUV 142.58 128.24 149.7 -
System Red Green Blue C M Y K H S L
Decimal 173 127 143 0 0.27 0.17 0.32 339.13 0.22 0.59
Hex AD 7F 8F 0 1B 11 20 153 16 3B
Octal 255 177 217 0 33 21 40 523 26 73
Binary 10101101 1111111 10001111 0 11011 10001 100000 101010011 10110 111011

Color Harmonies of #AD7F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7F8F

Black with #AD7F8F

Text Example


Text Example

White with #AD7F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7F8F; }

 p { color: rgb(173,127,143); }

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

background-color css

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

 a { background-color: rgb(173,127,143); }

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

border-color css

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

 span { border-color: rgb(173,127,143); }

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