Html Css Color HEX #AC5E84 Tapestry

📋 copy color: '#AC5E84'

red 172 ◦ green 94 ◦ blue 132

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

Shades of Tapestry #AC5E84

Tints of Tapestry #AC5E84

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.62%

 BLUE value IS 132 (51.95% from 255) = 33.17%

R = 43.22%
G = 23.62%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC5E84 (or 0xAC5E84) is known color: Tapestry. HEX triplet: AC, 5E and 84. RGB value is (172,94,132). Sum of RGB (Red+Green+Blue) = 172+94+132=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5E84 is #53A17B. Grayscale: #797979. Windows color (decimal): -5480828 or 8674988. OLE color: 8674988.

HSL color Cylindrical-coordinate representation of color #AC5E84: hue angle of 330.77º 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 #AC5E84 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 94 132 -
CMYK 0 0.45 0.23 0.33
HSL 330.77º 0.32% 0.52% -
HSV(B) 330.77º 0.45% 0.67% -
XYZ 25.18 18.44 24.06 -
YUV 121.65 133.84 163.91 -
System Red Green Blue C M Y K H S L
Decimal 172 94 132 0 0.45 0.23 0.33 330.77 0.32 0.52
Hex AC 5E 84 0 2D 17 21 14B 20 34
Octal 254 136 204 0 55 27 41 513 40 64
Binary 10101100 1011110 10000100 0 101101 10111 100001 101001011 100000 110100

Color Harmonies of #AC5E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5E84

Black with #AC5E84

Text Example


Text Example

White with #AC5E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5E84; }

 p { color: rgb(172,94,132); }

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

background-color css

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

 a { background-color: rgb(172,94,132); }

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

border-color css

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

 span { border-color: rgb(172,94,132); }

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