Html Css Color HEX #AD7680 Tapestry

📋 copy color: '#AD7680'

red 173 ◦ green 118 ◦ blue 128

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

Shades of Tapestry #AD7680

Tints of Tapestry #AD7680

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.16%

 BLUE value IS 128 (50.39% from 255) = 30.55%

R = 41.29%
G = 28.16%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AD7680 (or 0xAD7680) is known color: Tapestry. HEX triplet: AD, 76 and 80. RGB value is (173,118,128). Sum of RGB (Red+Green+Blue) = 173+118+128=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7680 is #52897F. Grayscale: #878787. Windows color (decimal): -5409152 or 8418989. OLE color: 8418989.

HSL color Cylindrical-coordinate representation of color #AD7680: hue angle of 349.09º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD7680 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 118 128 -
CMYK 0 0.32 0.26 0.32
HSL 349.09º 0.25% 0.57% -
HSV(B) 349.09º 0.32% 0.68% -
XYZ 27.61 23.4 23.48 -
YUV 135.59 123.72 154.69 -
System Red Green Blue C M Y K H S L
Decimal 173 118 128 0 0.32 0.26 0.32 349.09 0.25 0.57
Hex AD 76 80 0 20 1A 20 15D 19 39
Octal 255 166 200 0 40 32 40 535 31 71
Binary 10101101 1110110 10000000 0 100000 11010 100000 101011101 11001 111001

Color Harmonies of #AD7680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7680

Black with #AD7680

Text Example


Text Example

White with #AD7680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7680; }

 p { color: rgb(173,118,128); }

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

background-color css

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

 a { background-color: rgb(173,118,128); }

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

border-color css

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

 span { border-color: rgb(173,118,128); }

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