Shades of Teak #AC885B
Tints of Teak #AC885B
RGB
CMYK
RGB Variations
Color information
#AC885B (or 0xAC885B) is known color: Teak. HEX triplet: AC, 88 and 5B. RGB value is (172,136,91). Sum of RGB (Red+Green+Blue) = 172+136+91=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC885B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC885B is #5377A4. Grayscale: #8D8D8D. Windows color (decimal): -5470117 or 5998764. OLE color: 5998764.
HSL color Cylindrical-coordinate representation of color #AC885B: hue angle of 33.33º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC885B is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 91 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.33 |
| HSL | 33.33º | 0.33% | 0.52% | - |
| HSV(B) | 33.33º | 0.47% | 0.67% | - |
| XYZ | 27.71 | 27.13 | 13.67 | - |
| YUV | 141.63 | 99.43 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 91 | 0 | 0.21 | 0.47 | 0.33 | 33.33 | 0.33 | 0.52 |
| Hex | AC | 88 | 5B | 0 | 15 | 2F | 21 | 21 | 21 | 34 |
| Octal | 254 | 210 | 133 | 0 | 25 | 57 | 41 | 41 | 41 | 64 |
| Binary | 10101100 | 10001000 | 1011011 | 0 | 10101 | 101111 | 100001 | 100001 | 100001 | 110100 |
Color Harmonies of #AC885B
Complementary color
Monochromatic Colors of #AC885B
Black with #AC885B
Text Example
Text Example
White with #AC885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC885B; }
p { color: rgb(172,136,91); }
H1.HeaderClassName
{
color: #AC885B;
}
.AnyTagClassName
{
color: #AC885B;
}
</style>
background-color css
<style>
a { background-color: #AC885B; }
a { background-color: rgb(172,136,91); }
div.DivClassName
{
background-color: #AC885B;
}
.BgClassName
{
background-color: #AC885B;
}
</style>
border-color css
<style>
span { border-color: #AC885B; }
span { border-color: rgb(172,136,91); }
td.TdClassName
{
border-color: #AC885B;
}
.TagClassName
{
border-color: #AC885B;
}
</style>