#AC818F

Color #AC818F Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #AC818F

Tints of Tapestry #AC818F

Color information

#AC818F (or 0xAC818F) is unknown color: approx Tapestry. HEX triplet: AC, 81 and 8F. RGB value is (172,129,143). Sum of RGB (Red+Green+Blue) = 172+129+143=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 143 (56.25% from 255 or 32.21% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #AC818F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC818F is #537E70. Grayscale: #8F8F8F. Windows color (decimal): -5471857 or 9404844. OLE color: 9404844.

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

Color convert

RGB172129143-
CMYK00.250.170.33
HSL340.47º20.57%59.02%-
HSV(B)340.47º25%67.45%-
XYZ29.8226.4529.52-
YUV143.45127.75148.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.74%
GREEN value IS 129 (50.78% from 255) = 29.05%
BLUE value IS 143 (56.25% from 255) = 32.21%
R=38.74%
G=29.05%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212914300.250.170.33340.4720.5759.02
HexAC818F0191121154153b
Octal25420121703121415242573
Binary1010110010000001100011110110011000110000110101010010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC818F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC818F; }

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

 H1.HeaderClassName
 {
   color: #AC818F;
 }
 .AnyTagClassName
 {
   color: #AC818F;
 }
</style>
background-color css

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

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

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

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

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

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