Shades of Teak #AC895B
Tints of Teak #AC895B
RGB
CMYK
RGB Variations
Color information
#AC895B (or 0xAC895B) is known color: Teak. HEX triplet: AC, 89 and 5B. RGB value is (172,137,91). Sum of RGB (Red+Green+Blue) = 172+137+91=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC895B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC895B is #5376A4. Grayscale: #8E8E8E. Windows color (decimal): -5469861 or 5999020. OLE color: 5999020.
HSL color Cylindrical-coordinate representation of color #AC895B: hue angle of 34.07º 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 #AC895B is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 137 | 91 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.33 |
| HSL | 34.07º | 0.33% | 0.52% | - |
| HSV(B) | 34.07º | 0.47% | 0.67% | - |
| XYZ | 27.85 | 27.42 | 13.72 | - |
| YUV | 142.22 | 99.1 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 91 | 0 | 0.20 | 0.47 | 0.33 | 34.07 | 0.33 | 0.52 |
| Hex | AC | 89 | 5B | 0 | 14 | 2F | 21 | 22 | 21 | 34 |
| Octal | 254 | 211 | 133 | 0 | 24 | 57 | 41 | 42 | 41 | 64 |
| Binary | 10101100 | 10001001 | 1011011 | 0 | 10100 | 101111 | 100001 | 100010 | 100001 | 110100 |
Color Harmonies of #AC895B
Complementary color
Monochromatic Colors of #AC895B
Black with #AC895B
Text Example
Text Example
White with #AC895B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC895B; }
p { color: rgb(172,137,91); }
H1.HeaderClassName
{
color: #AC895B;
}
.AnyTagClassName
{
color: #AC895B;
}
</style>
background-color css
<style>
a { background-color: #AC895B; }
a { background-color: rgb(172,137,91); }
div.DivClassName
{
background-color: #AC895B;
}
.BgClassName
{
background-color: #AC895B;
}
</style>
border-color css
<style>
span { border-color: #AC895B; }
span { border-color: rgb(172,137,91); }
td.TdClassName
{
border-color: #AC895B;
}
.TagClassName
{
border-color: #AC895B;
}
</style>