Html Css Color HEX #AC8890 Tapestry

📋 copy color: '#AC8890'

red 172 ◦ green 136 ◦ blue 144

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

Shades of Tapestry #AC8890

Tints of Tapestry #AC8890

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.09%

 BLUE value IS 144 (56.64% from 255) = 31.86%

R = 38.05%
G = 30.09%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC8890 (or 0xAC8890) is known color: Tapestry. HEX triplet: AC, 88 and 90. RGB value is (172,136,144). Sum of RGB (Red+Green+Blue) = 172+136+144=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8890 is #53776F. Grayscale: #939393. Windows color (decimal): -5470064 or 9472172. OLE color: 9472172.

HSL color Cylindrical-coordinate representation of color #AC8890: hue angle of 346.67º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AC8890 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 136 144 -
CMYK 0 0.21 0.16 0.33
HSL 346.67º 0.18% 0.6% -
HSV(B) 346.67º 0.21% 0.67% -
XYZ 30.85 28.39 30.24 -
YUV 147.68 125.93 145.35 -
System Red Green Blue C M Y K H S L
Decimal 172 136 144 0 0.21 0.16 0.33 346.67 0.18 0.6
Hex AC 88 90 0 15 10 21 15B 12 3C
Octal 254 210 220 0 25 20 41 533 22 74
Binary 10101100 10001000 10010000 0 10101 10000 100001 101011011 10010 111100

Color Harmonies of #AC8890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8890

Black with #AC8890

Text Example


Text Example

White with #AC8890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8890; }

 p { color: rgb(172,136,144); }

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

background-color css

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

 a { background-color: rgb(172,136,144); }

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

border-color css

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

 span { border-color: rgb(172,136,144); }

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