#AC838F

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

Shades of Tapestry #AC838F

Tints of Tapestry #AC838F

Color information

#AC838F (or 0xAC838F) is unknown color: approx Tapestry. HEX triplet: AC, 83 and 8F. RGB value is (172,131,143). Sum of RGB (Red+Green+Blue) = 172+131+143=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #AC838F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC838F is #537C70. Grayscale: #909090. Windows color (decimal): -5471345 or 9405356. OLE color: 9405356.

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

Color convert

RGB172131143-
CMYK00.240.170.33
HSL342.44º19.81%59.41%-
HSV(B)342.44º23.84%67.45%-
XYZ30.0926.9929.61-
YUV144.63127.08147.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.57%
GREEN value IS 131 (51.56% from 255) = 29.37%
BLUE value IS 143 (56.25% from 255) = 32.06%
R=38.57%
G=29.37%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213114300.240.170.33342.4419.8159.41
HexAC838F0181121156143b
Octal25420321703021415262473
Binary1010110010000011100011110110001000110000110101011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC838F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC838F; }

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

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

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

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

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

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

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

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