Html Css Color HEX #AD6080 Tapestry

📋 copy color: '#AD6080'

red 173 ◦ green 96 ◦ blue 128

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

Shades of Tapestry #AD6080

Tints of Tapestry #AD6080

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.18%

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

R = 43.58%
G = 24.18%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AD6080 (or 0xAD6080) is known color: Tapestry. HEX triplet: AD, 60 and 80. RGB value is (173,96,128). Sum of RGB (Red+Green+Blue) = 173+96+128=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6080 is #529F7F. Grayscale: #7A7A7A. Windows color (decimal): -5414784 or 8413357. OLE color: 8413357.

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

Color convert

RGB 173 96 128 -
CMYK 0 0.45 0.26 0.32
HSL 335.06º 0.32% 0.53% -
HSV(B) 335.06º 0.45% 0.68% -
XYZ 25.31 18.81 22.72 -
YUV 122.67 131.01 163.9 -
System Red Green Blue C M Y K H S L
Decimal 173 96 128 0 0.45 0.26 0.32 335.06 0.32 0.53
Hex AD 60 80 0 2D 1A 20 14F 20 35
Octal 255 140 200 0 55 32 40 517 40 65
Binary 10101101 1100000 10000000 0 101101 11010 100000 101001111 100000 110101

Color Harmonies of #AD6080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6080

Black with #AD6080

Text Example


Text Example

White with #AD6080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6080; }

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

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

background-color css

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

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

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

border-color css

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

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

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