Html Css Color HEX #AC888F Tapestry

📋 copy color: '#AC888F'

red 172 ◦ green 136 ◦ blue 143

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

Shades of Tapestry #AC888F

Tints of Tapestry #AC888F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.71%

R = 38.14%
G = 30.16%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC888F (or 0xAC888F) is known color: Tapestry. HEX triplet: AC, 88 and 8F. RGB value is (172,136,143). Sum of RGB (Red+Green+Blue) = 172+136+143=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 172 - color contains mainly: red. Hex color #AC888F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC888F is #537770. Grayscale: #939393. Windows color (decimal): -5470065 or 9406636. OLE color: 9406636.

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

Color convert

RGB 172 136 143 -
CMYK 0 0.21 0.17 0.33
HSL 348.33º 0.18% 0.6% -
HSV(B) 348.33º 0.21% 0.67% -
XYZ 30.78 28.36 29.84 -
YUV 147.56 125.43 145.43 -
System Red Green Blue C M Y K H S L
Decimal 172 136 143 0 0.21 0.17 0.33 348.33 0.18 0.6
Hex AC 88 8F 0 15 11 21 15C 12 3C
Octal 254 210 217 0 25 21 41 534 22 74
Binary 10101100 10001000 10001111 0 10101 10001 100001 101011100 10010 111100

Color Harmonies of #AC888F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC888F

Black with #AC888F

Text Example


Text Example

White with #AC888F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC888F; }

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

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

background-color css

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

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

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

border-color css

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

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

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