Html Css Color HEX #AD7F8B Tapestry

📋 copy color: '#AD7F8B'

red 173 ◦ green 127 ◦ blue 139

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

Shades of Tapestry #AD7F8B

Tints of Tapestry #AD7F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.66%

R = 39.41%
G = 28.93%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD7F8B (or 0xAD7F8B) is known color: Tapestry. HEX triplet: AD, 7F and 8B. RGB value is (173,127,139). Sum of RGB (Red+Green+Blue) = 173+127+139=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7F8B is #528074. Grayscale: #8E8E8E. Windows color (decimal): -5406837 or 9142189. OLE color: 9142189.

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

Color convert

RGB 173 127 139 -
CMYK 0 0.27 0.20 0.32
HSL 344.35º 0.22% 0.59% -
HSV(B) 344.35º 0.27% 0.68% -
XYZ 29.48 25.93 27.88 -
YUV 142.12 126.24 150.02 -
System Red Green Blue C M Y K H S L
Decimal 173 127 139 0 0.27 0.20 0.32 344.35 0.22 0.59
Hex AD 7F 8B 0 1B 14 20 158 16 3B
Octal 255 177 213 0 33 24 40 530 26 73
Binary 10101101 1111111 10001011 0 11011 10100 100000 101011000 10110 111011

Color Harmonies of #AD7F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7F8B

Black with #AD7F8B

Text Example


Text Example

White with #AD7F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7F8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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