Shades of Tapestry #AC8A8B
Tints of Tapestry #AC8A8B
RGB
CMYK
RGB Variations
Color information
#AC8A8B (or 0xAC8A8B) is known color: 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
RGB | 172 | 138 | 139 | - |
CMYK | 0 | 0.20 | 0.19 | 0.33 |
HSL | 358.24º | 0.17% | 0.61% | - |
HSV(B) | 358.24º | 0.2% | 0.67% | - |
XYZ | 30.76 | 28.81 | 28.37 | - |
YUV | 148.28 | 122.76 | 144.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 138 | 139 | 0 | 0.20 | 0.19 | 0.33 | 358.24 | 0.17 | 0.61 |
Hex | AC | 8A | 8B | 0 | 14 | 13 | 21 | 166 | 11 | 3D |
Octal | 254 | 212 | 213 | 0 | 24 | 23 | 41 | 546 | 21 | 75 |
Binary | 10101100 | 10001010 | 10001011 | 0 | 10100 | 10011 | 100001 | 101100110 | 10001 | 111101 |
Color Harmonies of #AC8A8B
Complementary color
Monochromatic Colors of #AC8A8B
Black with #AC8A8B
Text Example
Text Example
White with #AC8A8B
Text Example
Text Example
HTML Codes & Css Web 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>