Html Css Color HEX #AD6F80 Tapestry

📋 copy color: '#AD6F80'

red 173 ◦ green 111 ◦ blue 128

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

Shades of Tapestry #AD6F80

Tints of Tapestry #AD6F80

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.94%

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

R = 41.99%
G = 26.94%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AD6F80 (or 0xAD6F80) is known color: Tapestry. HEX triplet: AD, 6F and 80. RGB value is (173,111,128). Sum of RGB (Red+Green+Blue) = 173+111+128=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6F80 is #52907F. Grayscale: #838383. Windows color (decimal): -5410944 or 8417197. OLE color: 8417197.

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

Color convert

RGB 173 111 128 -
CMYK 0 0.36 0.26 0.32
HSL 343.55º 0.27% 0.56% -
HSV(B) 343.55º 0.36% 0.68% -
XYZ 26.81 21.81 23.22 -
YUV 131.48 126.04 157.62 -
System Red Green Blue C M Y K H S L
Decimal 173 111 128 0 0.36 0.26 0.32 343.55 0.27 0.56
Hex AD 6F 80 0 24 1A 20 158 1B 38
Octal 255 157 200 0 44 32 40 530 33 70
Binary 10101101 1101111 10000000 0 100100 11010 100000 101011000 11011 111000

Color Harmonies of #AD6F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6F80

Black with #AD6F80

Text Example


Text Example

White with #AD6F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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