#AC818A

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

Shades of Tapestry #AC818A

Tints of Tapestry #AC818A

Color information

#AC818A (or 0xAC818A) is unknown color: approx Tapestry. HEX triplet: AC, 81 and 8A. RGB value is (172,129,138). Sum of RGB (Red+Green+Blue) = 172+129+138=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 129 (50.78% from 255 or 29.38% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #AC818A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC818A is #537E75. Grayscale: #8E8E8E. Windows color (decimal): -5471862 or 9077164. OLE color: 9077164.

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

Color convert

RGB172129138-
CMYK00.250.200.33
HSL347.44º20.57%59.02%-
HSV(B)347.44º25%67.45%-
XYZ29.4526.3127.57-
YUV142.88125.25148.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.18%
GREEN value IS 129 (50.78% from 255) = 29.38%
BLUE value IS 138 (54.30% from 255) = 31.44%
R=39.18%
G=29.38%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212913800.250.200.33347.4420.5759.02
HexAC818A019142115b153b
Octal25420121203124415332573
Binary1010110010000001100010100110011010010000110101101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC818A; }

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

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

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

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

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

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

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

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