#AC8A8B

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

Shades of Tapestry #AC8A8B

Tints of Tapestry #AC8A8B

Color information

#AC8A8B (or 0xAC8A8B) is unknown color: approx Tapestry. HEX triplet: AC, 8A and 8B. RGB value is (172,138,139). Sum of RGB (Red+Green+Blue) = 172+138+139=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8A8B is #537574. Grayscale: #949494. Windows color (decimal): -5469557 or 9145004. OLE color: 9145004.

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

Color convert

RGB172138139-
CMYK00.200.190.33
HSL358.24º17%60.78%-
HSV(B)358.24º19.77%67.45%-
XYZ30.7628.8128.37-
YUV148.28122.76144.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.31%
GREEN value IS 138 (54.30% from 255) = 30.73%
BLUE value IS 139 (54.69% from 255) = 30.96%
R=38.31%
G=30.73%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213813900.200.190.33358.241760.78
HexAC8A8B0141321166113d
Octal25421221302423415462175
Binary1010110010001010100010110101001001110000110110011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8A8B; }

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

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

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

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

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

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

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

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