Html Css Color HEX #AD687D Tapestry

📋 copy color: '#AD687D'

red 173 ◦ green 104 ◦ blue 125

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

Shades of Tapestry #AD687D

Tints of Tapestry #AD687D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.87%

 BLUE value IS 125 (49.22% from 255) = 31.09%

R = 43.03%
G = 25.87%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD687D (or 0xAD687D) is known color: Tapestry. HEX triplet: AD, 68 and 7D. RGB value is (173,104,125). Sum of RGB (Red+Green+Blue) = 173+104+125=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #AD687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD687D is #529782. Grayscale: #7F7F7F. Windows color (decimal): -5412739 or 8218797. OLE color: 8218797.

HSL color Cylindrical-coordinate representation of color #AD687D: hue angle of 341.74º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD687D is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 104 125 -
CMYK 0 0.40 0.28 0.32
HSL 341.74º 0.3% 0.54% -
HSV(B) 341.74º 0.4% 0.68% -
XYZ 25.89 20.27 21.95 -
YUV 127.03 126.86 160.79 -
System Red Green Blue C M Y K H S L
Decimal 173 104 125 0 0.40 0.28 0.32 341.74 0.3 0.54
Hex AD 68 7D 0 28 1C 20 156 1E 36
Octal 255 150 175 0 50 34 40 526 36 66
Binary 10101101 1101000 1111101 0 101000 11100 100000 101010110 11110 110110

Color Harmonies of #AD687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD687D

Black with #AD687D

Text Example


Text Example

White with #AD687D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD687D; }

 p { color: rgb(173,104,125); }

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

background-color css

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

 a { background-color: rgb(173,104,125); }

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

border-color css

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

 span { border-color: rgb(173,104,125); }

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