Shades of Teak #AC8B5B
Tints of Teak #AC8B5B
RGB
CMYK
RGB Variations
Color information
#AC8B5B (or 0xAC8B5B) is known color: Teak. HEX triplet: AC, 8B and 5B. RGB value is (172,139,91). Sum of RGB (Red+Green+Blue) = 172+139+91=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 91 (35.94% from 255 or 22.64% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8B5B is #5374A4. Grayscale: #8F8F8F. Windows color (decimal): -5469349 or 5999532. OLE color: 5999532.
HSL color Cylindrical-coordinate representation of color #AC8B5B: hue angle of 35.56º 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 #AC8B5B is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 139 | 91 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.33 |
| HSL | 35.56º | 0.33% | 0.52% | - |
| HSV(B) | 35.56º | 0.47% | 0.67% | - |
| XYZ | 28.13 | 27.99 | 13.82 | - |
| YUV | 143.4 | 98.43 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 139 | 91 | 0 | 0.19 | 0.47 | 0.33 | 35.56 | 0.33 | 0.52 |
| Hex | AC | 8B | 5B | 0 | 13 | 2F | 21 | 24 | 21 | 34 |
| Octal | 254 | 213 | 133 | 0 | 23 | 57 | 41 | 44 | 41 | 64 |
| Binary | 10101100 | 10001011 | 1011011 | 0 | 10011 | 101111 | 100001 | 100100 | 100001 | 110100 |
Color Harmonies of #AC8B5B
Complementary color
Monochromatic Colors of #AC8B5B
Black with #AC8B5B
Text Example
Text Example
White with #AC8B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8B5B; }
p { color: rgb(172,139,91); }
H1.HeaderClassName
{
color: #AC8B5B;
}
.AnyTagClassName
{
color: #AC8B5B;
}
</style>
background-color css
<style>
a { background-color: #AC8B5B; }
a { background-color: rgb(172,139,91); }
div.DivClassName
{
background-color: #AC8B5B;
}
.BgClassName
{
background-color: #AC8B5B;
}
</style>
border-color css
<style>
span { border-color: #AC8B5B; }
span { border-color: rgb(172,139,91); }
td.TdClassName
{
border-color: #AC8B5B;
}
.TagClassName
{
border-color: #AC8B5B;
}
</style>