Html Css Color HEX #AC6980 Tapestry

📋 copy color: '#AC6980'

red 172 ◦ green 105 ◦ blue 128

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

Shades of Tapestry #AC6980

Tints of Tapestry #AC6980

RGB

 RED value IS 172 (67.58% from 255) = 42.47%

 GREEN value IS 105 (41.41% from 255) = 25.93%

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

R = 42.47%
G = 25.93%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC6980 (or 0xAC6980) is known color: Tapestry. HEX triplet: AC, 69 and 80. RGB value is (172,105,128). Sum of RGB (Red+Green+Blue) = 172+105+128=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6980 is #53967F. Grayscale: #7F7F7F. Windows color (decimal): -5478016 or 8415660. OLE color: 8415660.

HSL color Cylindrical-coordinate representation of color #AC6980: hue angle of 339.4º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC6980 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 105 128 -
CMYK 0 0.39 0.26 0.33
HSL 339.4º 0.29% 0.54% -
HSV(B) 339.4º 0.39% 0.67% -
XYZ 25.96 20.43 23 -
YUV 127.66 128.2 159.63 -
System Red Green Blue C M Y K H S L
Decimal 172 105 128 0 0.39 0.26 0.33 339.4 0.29 0.54
Hex AC 69 80 0 27 1A 21 153 1D 36
Octal 254 151 200 0 47 32 41 523 35 66
Binary 10101100 1101001 10000000 0 100111 11010 100001 101010011 11101 110110

Color Harmonies of #AC6980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6980

Black with #AC6980

Text Example


Text Example

White with #AC6980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6980; }

 p { color: rgb(172,105,128); }

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

background-color css

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

 a { background-color: rgb(172,105,128); }

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

border-color css

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

 span { border-color: rgb(172,105,128); }

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