Html Css Color HEX #AD687C Tapestry

📋 copy color: '#AD687C'

red 173 ◦ green 104 ◦ blue 124

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

Shades of Tapestry #AD687C

Tints of Tapestry #AD687C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.92%

R = 43.14%
G = 25.94%
B = 30.92%

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

#AD687C (or 0xAD687C) is known color: Tapestry. HEX triplet: AD, 68 and 7C. RGB value is (173,104,124). Sum of RGB (Red+Green+Blue) = 173+104+124=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD687C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD687C is #529783. Grayscale: #7E7E7E. Windows color (decimal): -5412740 or 8153261. OLE color: 8153261.

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

Color convert

RGB 173 104 124 -
CMYK 0 0.40 0.28 0.32
HSL 342.61º 0.3% 0.54% -
HSV(B) 342.61º 0.4% 0.68% -
XYZ 25.82 20.24 21.61 -
YUV 126.91 126.36 160.87 -
System Red Green Blue C M Y K H S L
Decimal 173 104 124 0 0.40 0.28 0.32 342.61 0.3 0.54
Hex AD 68 7C 0 28 1C 20 157 1E 36
Octal 255 150 174 0 50 34 40 527 36 66
Binary 10101101 1101000 1111100 0 101000 11100 100000 101010111 11110 110110

Color Harmonies of #AD687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD687C

Black with #AD687C

Text Example


Text Example

White with #AD687C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD687C; }

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

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

background-color css

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

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

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

border-color css

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

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

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