Html Css Color HEX #AD7880 Tapestry

📋 copy color: '#AD7880'

red 173 ◦ green 120 ◦ blue 128

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

Shades of Tapestry #AD7880

Tints of Tapestry #AD7880

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.5%

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

R = 41.09%
G = 28.5%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AD7880 (or 0xAD7880) is known color: Tapestry. HEX triplet: AD, 78 and 80. RGB value is (173,120,128). Sum of RGB (Red+Green+Blue) = 173+120+128=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7880 is #52877F. Grayscale: #888888. Windows color (decimal): -5408640 or 8419501. OLE color: 8419501.

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

Color convert

RGB 173 120 128 -
CMYK 0 0.31 0.26 0.32
HSL 350.94º 0.24% 0.57% -
HSV(B) 350.94º 0.31% 0.68% -
XYZ 27.85 23.88 23.56 -
YUV 136.76 123.06 153.85 -
System Red Green Blue C M Y K H S L
Decimal 173 120 128 0 0.31 0.26 0.32 350.94 0.24 0.57
Hex AD 78 80 0 1F 1A 20 15F 18 39
Octal 255 170 200 0 37 32 40 537 30 71
Binary 10101101 1111000 10000000 0 11111 11010 100000 101011111 11000 111001

Color Harmonies of #AD7880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7880

Black with #AD7880

Text Example


Text Example

White with #AD7880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7880; }

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

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

background-color css

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

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

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

border-color css

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

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

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