Shades of Teak #AC9255
Tints of Teak #AC9255
RGB
CMYK
RGB Variations
Color information
#AC9255 (or 0xAC9255) is known color: Teak. HEX triplet: AC, 92 and 55. RGB value is (172,146,85). Sum of RGB (Red+Green+Blue) = 172+146+85=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9255 is #536DAA. Grayscale: #939393. Windows color (decimal): -5467563 or 5608108. OLE color: 5608108.
HSL color Cylindrical-coordinate representation of color #AC9255: hue angle of 42.07º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC9255 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 146 | 85 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.33 |
| HSL | 42.07º | 0.34% | 0.5% | - |
| HSV(B) | 42.07º | 0.51% | 0.67% | - |
| XYZ | 28.93 | 29.98 | 12.86 | - |
| YUV | 146.82 | 93.11 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 146 | 85 | 0 | 0.15 | 0.51 | 0.33 | 42.07 | 0.34 | 0.5 |
| Hex | AC | 92 | 55 | 0 | F | 33 | 21 | 2A | 22 | 32 |
| Octal | 254 | 222 | 125 | 0 | 17 | 63 | 41 | 52 | 42 | 62 |
| Binary | 10101100 | 10010010 | 1010101 | 0 | 1111 | 110011 | 100001 | 101010 | 100010 | 110010 |
Color Harmonies of #AC9255
Complementary color
Monochromatic Colors of #AC9255
Black with #AC9255
Text Example
Text Example
White with #AC9255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9255; }
p { color: rgb(172,146,85); }
H1.HeaderClassName
{
color: #AC9255;
}
.AnyTagClassName
{
color: #AC9255;
}
</style>
background-color css
<style>
a { background-color: #AC9255; }
a { background-color: rgb(172,146,85); }
div.DivClassName
{
background-color: #AC9255;
}
.BgClassName
{
background-color: #AC9255;
}
</style>
border-color css
<style>
span { border-color: #AC9255; }
span { border-color: rgb(172,146,85); }
td.TdClassName
{
border-color: #AC9255;
}
.TagClassName
{
border-color: #AC9255;
}
</style>