Html Css Color HEX #AD5F80 Tapestry

📋 copy color: '#AD5F80'

red 173 ◦ green 95 ◦ blue 128

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

Shades of Tapestry #AD5F80

Tints of Tapestry #AD5F80

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.99%

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

R = 43.69%
G = 23.99%
B = 32.32%

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

#AD5F80 (or 0xAD5F80) is known color: Tapestry. HEX triplet: AD, 5F and 80. RGB value is (173,95,128). Sum of RGB (Red+Green+Blue) = 173+95+128=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5F80 is #52A07F. Grayscale: #7A7A7A. Windows color (decimal): -5415040 or 8413101. OLE color: 8413101.

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

Color convert

RGB 173 95 128 -
CMYK 0 0.45 0.26 0.32
HSL 334.62º 0.32% 0.53% -
HSV(B) 334.62º 0.45% 0.68% -
XYZ 25.22 18.63 22.69 -
YUV 122.08 131.34 164.32 -
System Red Green Blue C M Y K H S L
Decimal 173 95 128 0 0.45 0.26 0.32 334.62 0.32 0.53
Hex AD 5F 80 0 2D 1A 20 14F 20 35
Octal 255 137 200 0 55 32 40 517 40 65
Binary 10101101 1011111 10000000 0 101101 11010 100000 101001111 100000 110101

Color Harmonies of #AD5F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5F80

Black with #AD5F80

Text Example


Text Example

White with #AD5F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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