Html Css Color HEX #AD687E Tapestry

📋 copy color: '#AD687E'

red 173 ◦ green 104 ◦ blue 126

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

Shades of Tapestry #AD687E

Tints of Tapestry #AD687E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.27%

R = 42.93%
G = 25.81%
B = 31.27%

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

#AD687E (or 0xAD687E) is known color: Tapestry. HEX triplet: AD, 68 and 7E. RGB value is (173,104,126). Sum of RGB (Red+Green+Blue) = 173+104+126=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD687E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD687E is #529781. Grayscale: #7F7F7F. Windows color (decimal): -5412738 or 8284333. OLE color: 8284333.

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

Color convert

RGB 173 104 126 -
CMYK 0 0.40 0.27 0.32
HSL 340.87º 0.3% 0.54% -
HSV(B) 340.87º 0.4% 0.68% -
XYZ 25.95 20.29 22.29 -
YUV 127.14 127.36 160.71 -
System Red Green Blue C M Y K H S L
Decimal 173 104 126 0 0.40 0.27 0.32 340.87 0.3 0.54
Hex AD 68 7E 0 28 1B 20 155 1E 36
Octal 255 150 176 0 50 33 40 525 36 66
Binary 10101101 1101000 1111110 0 101000 11011 100000 101010101 11110 110110

Color Harmonies of #AD687E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD687E

Black with #AD687E

Text Example


Text Example

White with #AD687E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD687E; }

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

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

background-color css

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

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

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

border-color css

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

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

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