Html Css Color HEX #AC6F80 Tapestry

📋 copy color: '#AC6F80'

red 172 ◦ green 111 ◦ blue 128

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

Shades of Tapestry #AC6F80

Tints of Tapestry #AC6F80

RGB

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

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

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

R = 41.85%
G = 27.01%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC6F80 (or 0xAC6F80) is known color: Tapestry. HEX triplet: AC, 6F and 80. RGB value is (172,111,128). Sum of RGB (Red+Green+Blue) = 172+111+128=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6F80 is #53907F. Grayscale: #838383. Windows color (decimal): -5476480 or 8417196. OLE color: 8417196.

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

Color convert

RGB 172 111 128 -
CMYK 0 0.35 0.26 0.33
HSL 343.28º 0.27% 0.55% -
HSV(B) 343.28º 0.35% 0.67% -
XYZ 26.59 21.7 23.21 -
YUV 131.18 126.21 157.12 -
System Red Green Blue C M Y K H S L
Decimal 172 111 128 0 0.35 0.26 0.33 343.28 0.27 0.55
Hex AC 6F 80 0 23 1A 21 157 1B 37
Octal 254 157 200 0 43 32 41 527 33 67
Binary 10101100 1101111 10000000 0 100011 11010 100001 101010111 11011 110111

Color Harmonies of #AC6F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6F80

Black with #AC6F80

Text Example


Text Example

White with #AC6F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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