Shades of Teak #AC8A5E
Tints of Teak #AC8A5E
RGB
CMYK
RGB Variations
Color information
#AC8A5E (or 0xAC8A5E) is known color: Teak. HEX triplet: AC, 8A and 5E. RGB value is (172,138,94). Sum of RGB (Red+Green+Blue) = 172+138+94=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8A5E is #5375A1. Grayscale: #8F8F8F. Windows color (decimal): -5469602 or 6195884. OLE color: 6195884.
HSL color Cylindrical-coordinate representation of color #AC8A5E: hue angle of 33.85º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC8A5E is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 138 | 94 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.33 |
| HSL | 33.85º | 0.32% | 0.52% | - |
| HSV(B) | 33.85º | 0.45% | 0.67% | - |
| XYZ | 28.12 | 27.76 | 14.46 | - |
| YUV | 143.15 | 100.26 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 138 | 94 | 0 | 0.20 | 0.45 | 0.33 | 33.85 | 0.32 | 0.52 |
| Hex | AC | 8A | 5E | 0 | 14 | 2D | 21 | 22 | 20 | 34 |
| Octal | 254 | 212 | 136 | 0 | 24 | 55 | 41 | 42 | 40 | 64 |
| Binary | 10101100 | 10001010 | 1011110 | 0 | 10100 | 101101 | 100001 | 100010 | 100000 | 110100 |
Color Harmonies of #AC8A5E
Complementary color
Monochromatic Colors of #AC8A5E
Black with #AC8A5E
Text Example
Text Example
White with #AC8A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8A5E; }
p { color: rgb(172,138,94); }
H1.HeaderClassName
{
color: #AC8A5E;
}
.AnyTagClassName
{
color: #AC8A5E;
}
</style>
background-color css
<style>
a { background-color: #AC8A5E; }
a { background-color: rgb(172,138,94); }
div.DivClassName
{
background-color: #AC8A5E;
}
.BgClassName
{
background-color: #AC8A5E;
}
</style>
border-color css
<style>
span { border-color: #AC8A5E; }
span { border-color: rgb(172,138,94); }
td.TdClassName
{
border-color: #AC8A5E;
}
.TagClassName
{
border-color: #AC8A5E;
}
</style>