Html Css Color HEX #AD868F Tapestry

📋 copy color: '#AD868F'

red 173 ◦ green 134 ◦ blue 143

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

Shades of Tapestry #AD868F

Tints of Tapestry #AD868F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.78%

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

R = 38.44%
G = 29.78%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD868F (or 0xAD868F) is known color: Tapestry. HEX triplet: AD, 86 and 8F. RGB value is (173,134,143). Sum of RGB (Red+Green+Blue) = 173+134+143=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 173 - color contains mainly: red. Hex color #AD868F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD868F is #527970. Grayscale: #929292. Windows color (decimal): -5405041 or 9406125. OLE color: 9406125.

HSL color Cylindrical-coordinate representation of color #AD868F: hue angle of 346.15º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD868F is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 134 143 -
CMYK 0 0.23 0.17 0.32
HSL 346.15º 0.19% 0.6% -
HSV(B) 346.15º 0.23% 0.68% -
XYZ 30.72 27.92 29.76 -
YUV 146.69 125.92 146.77 -
System Red Green Blue C M Y K H S L
Decimal 173 134 143 0 0.23 0.17 0.32 346.15 0.19 0.6
Hex AD 86 8F 0 17 11 20 15A 13 3C
Octal 255 206 217 0 27 21 40 532 23 74
Binary 10101101 10000110 10001111 0 10111 10001 100000 101011010 10011 111100

Color Harmonies of #AD868F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD868F

Black with #AD868F

Text Example


Text Example

White with #AD868F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD868F; }

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

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

background-color css

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

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

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

border-color css

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

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

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