Shades of Teak #AC8658
Tints of Teak #AC8658
RGB
CMYK
RGB Variations
Color information
#AC8658 (or 0xAC8658) is known color: Teak. HEX triplet: AC, 86 and 58. RGB value is (172,134,88). Sum of RGB (Red+Green+Blue) = 172+134+88=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8658 is #5379A7. Grayscale: #8C8C8C. Windows color (decimal): -5470632 or 5801644. OLE color: 5801644.
HSL color Cylindrical-coordinate representation of color #AC8658: hue angle of 32.86º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC8658 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 134 | 88 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.33 |
| HSL | 32.86º | 0.34% | 0.51% | - |
| HSV(B) | 32.86º | 0.49% | 0.67% | - |
| XYZ | 27.3 | 26.53 | 12.91 | - |
| YUV | 140.12 | 98.59 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 134 | 88 | 0 | 0.22 | 0.49 | 0.33 | 32.86 | 0.34 | 0.51 |
| Hex | AC | 86 | 58 | 0 | 16 | 31 | 21 | 21 | 22 | 33 |
| Octal | 254 | 206 | 130 | 0 | 26 | 61 | 41 | 41 | 42 | 63 |
| Binary | 10101100 | 10000110 | 1011000 | 0 | 10110 | 110001 | 100001 | 100001 | 100010 | 110011 |
Color Harmonies of #AC8658
Complementary color
Monochromatic Colors of #AC8658
Black with #AC8658
Text Example
Text Example
White with #AC8658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8658; }
p { color: rgb(172,134,88); }
H1.HeaderClassName
{
color: #AC8658;
}
.AnyTagClassName
{
color: #AC8658;
}
</style>
background-color css
<style>
a { background-color: #AC8658; }
a { background-color: rgb(172,134,88); }
div.DivClassName
{
background-color: #AC8658;
}
.BgClassName
{
background-color: #AC8658;
}
</style>
border-color css
<style>
span { border-color: #AC8658; }
span { border-color: rgb(172,134,88); }
td.TdClassName
{
border-color: #AC8658;
}
.TagClassName
{
border-color: #AC8658;
}
</style>