Html Css Color HEX #AC5D80 Tapestry

📋 copy color: '#AC5D80'

red 172 ◦ green 93 ◦ blue 128

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

Shades of Tapestry #AC5D80

Tints of Tapestry #AC5D80

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.66%

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

R = 43.77%
G = 23.66%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC5D80 (or 0xAC5D80) is known color: Tapestry. HEX triplet: AC, 5D and 80. RGB value is (172,93,128). Sum of RGB (Red+Green+Blue) = 172+93+128=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5D80 is #53A27F. Grayscale: #787878. Windows color (decimal): -5481088 or 8412588. OLE color: 8412588.

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

Color convert

RGB 172 93 128 -
CMYK 0 0.46 0.26 0.33
HSL 333.42º 0.32% 0.52% -
HSV(B) 333.42º 0.46% 0.67% -
XYZ 24.82 18.16 22.62 -
YUV 120.61 132.17 164.65 -
System Red Green Blue C M Y K H S L
Decimal 172 93 128 0 0.46 0.26 0.33 333.42 0.32 0.52
Hex AC 5D 80 0 2E 1A 21 14D 20 34
Octal 254 135 200 0 56 32 41 515 40 64
Binary 10101100 1011101 10000000 0 101110 11010 100001 101001101 100000 110100

Color Harmonies of #AC5D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D80

Black with #AC5D80

Text Example


Text Example

White with #AC5D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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