Shades of Teak #AC8F5B
Tints of Teak #AC8F5B
RGB
CMYK
RGB Variations
Color information
#AC8F5B (or 0xAC8F5B) is known color: Teak. HEX triplet: AC, 8F and 5B. RGB value is (172,143,91). Sum of RGB (Red+Green+Blue) = 172+143+91=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8F5B is #5370A4. Grayscale: #919191. Windows color (decimal): -5468325 or 6000556. OLE color: 6000556.
HSL color Cylindrical-coordinate representation of color #AC8F5B: hue angle of 38.52º 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 #AC8F5B is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 143 | 91 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.33 |
| HSL | 38.52º | 0.33% | 0.52% | - |
| HSV(B) | 38.52º | 0.47% | 0.67% | - |
| XYZ | 28.72 | 29.17 | 14.01 | - |
| YUV | 145.74 | 97.11 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 91 | 0 | 0.17 | 0.47 | 0.33 | 38.52 | 0.33 | 0.52 |
| Hex | AC | 8F | 5B | 0 | 11 | 2F | 21 | 27 | 21 | 34 |
| Octal | 254 | 217 | 133 | 0 | 21 | 57 | 41 | 47 | 41 | 64 |
| Binary | 10101100 | 10001111 | 1011011 | 0 | 10001 | 101111 | 100001 | 100111 | 100001 | 110100 |
Color Harmonies of #AC8F5B
Complementary color
Monochromatic Colors of #AC8F5B
Black with #AC8F5B
Text Example
Text Example
White with #AC8F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8F5B; }
p { color: rgb(172,143,91); }
H1.HeaderClassName
{
color: #AC8F5B;
}
.AnyTagClassName
{
color: #AC8F5B;
}
</style>
background-color css
<style>
a { background-color: #AC8F5B; }
a { background-color: rgb(172,143,91); }
div.DivClassName
{
background-color: #AC8F5B;
}
.BgClassName
{
background-color: #AC8F5B;
}
</style>
border-color css
<style>
span { border-color: #AC8F5B; }
span { border-color: rgb(172,143,91); }
td.TdClassName
{
border-color: #AC8F5B;
}
.TagClassName
{
border-color: #AC8F5B;
}
</style>