Html Css Color HEX #AD687A Tapestry

📋 copy color: '#AD687A'

red 173 ◦ green 104 ◦ blue 122

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

Shades of Tapestry #AD687A

Tints of Tapestry #AD687A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.58%

R = 43.36%
G = 26.07%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD687A (or 0xAD687A) is known color: Tapestry. HEX triplet: AD, 68 and 7A. RGB value is (173,104,122). Sum of RGB (Red+Green+Blue) = 173+104+122=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD687A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD687A is #529785. Grayscale: #7E7E7E. Windows color (decimal): -5412742 or 8022189. OLE color: 8022189.

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

Color convert

RGB 173 104 122 -
CMYK 0 0.40 0.29 0.32
HSL 344.35º 0.3% 0.54% -
HSV(B) 344.35º 0.4% 0.68% -
XYZ 25.7 20.19 20.96 -
YUV 126.68 125.36 161.04 -
System Red Green Blue C M Y K H S L
Decimal 173 104 122 0 0.40 0.29 0.32 344.35 0.3 0.54
Hex AD 68 7A 0 28 1D 20 158 1E 36
Octal 255 150 172 0 50 35 40 530 36 66
Binary 10101101 1101000 1111010 0 101000 11101 100000 101011000 11110 110110

Color Harmonies of #AD687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD687A

Black with #AD687A

Text Example


Text Example

White with #AD687A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD687A; }

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

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

background-color css

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

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

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

border-color css

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

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

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