#AC838D

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

Shades of Tapestry #AC838D

Tints of Tapestry #AC838D

Color information

#AC838D (or 0xAC838D) is unknown color: approx Tapestry. HEX triplet: AC, 83 and 8D. RGB value is (172,131,141). Sum of RGB (Red+Green+Blue) = 172+131+141=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #AC838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC838D is #537C72. Grayscale: #909090. Windows color (decimal): -5471347 or 9274284. OLE color: 9274284.

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

Color convert

RGB172131141-
CMYK00.240.180.33
HSL345.37º19.81%59.41%-
HSV(B)345.37º23.84%67.45%-
XYZ29.9426.9328.82-
YUV144.4126.08147.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.74%
GREEN value IS 131 (51.56% from 255) = 29.50%
BLUE value IS 141 (55.47% from 255) = 31.76%
R=38.74%
G=29.50%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213114100.240.180.33345.3719.8159.41
HexAC838D0181221159143b
Octal25420321503022415312473
Binary1010110010000011100011010110001001010000110101100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC838D; }

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

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

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

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

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

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

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

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