Html Css Color HEX #AD687F Tapestry

📋 copy color: '#AD687F'

red 173 ◦ green 104 ◦ blue 127

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

Shades of Tapestry #AD687F

Tints of Tapestry #AD687F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.44%

R = 42.82%
G = 25.74%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD687F (or 0xAD687F) is known color: Tapestry. HEX triplet: AD, 68 and 7F. RGB value is (173,104,127). Sum of RGB (Red+Green+Blue) = 173+104+127=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD687F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD687F is #529780. Grayscale: #7F7F7F. Windows color (decimal): -5412737 or 8349869. OLE color: 8349869.

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

Color convert

RGB 173 104 127 -
CMYK 0 0.40 0.27 0.32
HSL 340º 0.3% 0.54% -
HSV(B) 340º 0.4% 0.68% -
XYZ 26.01 20.32 22.63 -
YUV 127.25 127.86 160.63 -
System Red Green Blue C M Y K H S L
Decimal 173 104 127 0 0.40 0.27 0.32 340 0.3 0.54
Hex AD 68 7F 0 28 1B 20 154 1E 36
Octal 255 150 177 0 50 33 40 524 36 66
Binary 10101101 1101000 1111111 0 101000 11011 100000 101010100 11110 110110

Color Harmonies of #AD687F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD687F

Black with #AD687F

Text Example


Text Example

White with #AD687F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD687F; }

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

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

background-color css

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

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

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

border-color css

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

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

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