#AC838B

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

Shades of Tapestry #AC838B

Tints of Tapestry #AC838B

Color information

#AC838B (or 0xAC838B) is unknown color: approx Tapestry. HEX triplet: AC, 83 and 8B. RGB value is (172,131,139). Sum of RGB (Red+Green+Blue) = 172+131+139=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC838B is #537C74. Grayscale: #909090. Windows color (decimal): -5471349 or 9143212. OLE color: 9143212.

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

Color convert

RGB172131139-
CMYK00.240.190.33
HSL348.29º19.81%59.41%-
HSV(B)348.29º23.84%67.45%-
XYZ29.7926.8728.04-
YUV144.17125.08147.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 131 (51.56% from 255) = 29.64%
BLUE value IS 139 (54.69% from 255) = 31.45%
R=38.91%
G=29.64%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213113900.240.190.33348.2919.8159.41
HexAC838B018132115c143b
Octal25420321303023415342473
Binary1010110010000011100010110110001001110000110101110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC838B; }

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

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

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

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

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

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

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

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