Html Css Color HEX #AD7480 Tapestry

📋 copy color: '#AD7480'

red 173 ◦ green 116 ◦ blue 128

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

Shades of Tapestry #AD7480

Tints of Tapestry #AD7480

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.82%

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

R = 41.49%
G = 27.82%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AD7480 (or 0xAD7480) is known color: Tapestry. HEX triplet: AD, 74 and 80. RGB value is (173,116,128). Sum of RGB (Red+Green+Blue) = 173+116+128=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7480 is #528B7F. Grayscale: #868686. Windows color (decimal): -5409664 or 8418477. OLE color: 8418477.

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

Color convert

RGB 173 116 128 -
CMYK 0 0.33 0.26 0.32
HSL 347.37º 0.26% 0.57% -
HSV(B) 347.37º 0.33% 0.68% -
XYZ 27.38 22.93 23.41 -
YUV 134.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 173 116 128 0 0.33 0.26 0.32 347.37 0.26 0.57
Hex AD 74 80 0 21 1A 20 15B 1A 39
Octal 255 164 200 0 41 32 40 533 32 71
Binary 10101101 1110100 10000000 0 100001 11010 100000 101011011 11010 111001

Color Harmonies of #AD7480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7480

Black with #AD7480

Text Example


Text Example

White with #AD7480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7480; }

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

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

background-color css

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

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

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

border-color css

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

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

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