Html Css Color HEX #AC5F80 Tapestry

📋 copy color: '#AC5F80'

red 172 ◦ green 95 ◦ blue 128

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

Shades of Tapestry #AC5F80

Tints of Tapestry #AC5F80

RGB

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

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

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

R = 43.54%
G = 24.05%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC5F80 (or 0xAC5F80) is known color: Tapestry. HEX triplet: AC, 5F and 80. RGB value is (172,95,128). Sum of RGB (Red+Green+Blue) = 172+95+128=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5F80 is #53A07F. Grayscale: #797979. Windows color (decimal): -5480576 or 8413100. OLE color: 8413100.

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

Color convert

RGB 172 95 128 -
CMYK 0 0.45 0.26 0.33
HSL 334.29º 0.32% 0.52% -
HSV(B) 334.29º 0.45% 0.67% -
XYZ 25 18.51 22.68 -
YUV 121.79 131.51 163.82 -
System Red Green Blue C M Y K H S L
Decimal 172 95 128 0 0.45 0.26 0.33 334.29 0.32 0.52
Hex AC 5F 80 0 2D 1A 21 14E 20 34
Octal 254 137 200 0 55 32 41 516 40 64
Binary 10101100 1011111 10000000 0 101101 11010 100001 101001110 100000 110100

Color Harmonies of #AC5F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5F80

Black with #AC5F80

Text Example


Text Example

White with #AC5F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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