#AC838E

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

Shades of Tapestry #AC838E

Tints of Tapestry #AC838E

Color information

#AC838E (or 0xAC838E) is unknown color: approx Tapestry. HEX triplet: AC, 83 and 8E. RGB value is (172,131,142). Sum of RGB (Red+Green+Blue) = 172+131+142=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #AC838E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC838E is #537C71. Grayscale: #909090. Windows color (decimal): -5471346 or 9339820. OLE color: 9339820.

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

Color convert

RGB172131142-
CMYK00.240.170.33
HSL343.9º19.81%59.41%-
HSV(B)343.9º23.84%67.45%-
XYZ30.0126.9629.21-
YUV144.51126.58147.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.65%
GREEN value IS 131 (51.56% from 255) = 29.44%
BLUE value IS 142 (55.86% from 255) = 31.91%
R=38.65%
G=29.44%
B=31.91%

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
Decimal17213114200.240.170.33343.919.8159.41
HexAC838E0181121158143b
Octal25420321603021415302473
Binary1010110010000011100011100110001000110000110101100010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC838E; }

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

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

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

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

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

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

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

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