Shades of Teak #AC8A5B
Tints of Teak #AC8A5B
RGB
CMYK
RGB Variations
Color information
#AC8A5B (or 0xAC8A5B) is known color: Teak. HEX triplet: AC, 8A and 5B. RGB value is (172,138,91). Sum of RGB (Red+Green+Blue) = 172+138+91=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8A5B is #5375A4. Grayscale: #8F8F8F. Windows color (decimal): -5469605 or 5999276. OLE color: 5999276.
HSL color Cylindrical-coordinate representation of color #AC8A5B: hue angle of 34.81º 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 #AC8A5B is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 138 | 91 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.33 |
| HSL | 34.81º | 0.33% | 0.52% | - |
| HSV(B) | 34.81º | 0.47% | 0.67% | - |
| XYZ | 27.99 | 27.7 | 13.77 | - |
| YUV | 142.81 | 98.76 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 138 | 91 | 0 | 0.20 | 0.47 | 0.33 | 34.81 | 0.33 | 0.52 |
| Hex | AC | 8A | 5B | 0 | 14 | 2F | 21 | 23 | 21 | 34 |
| Octal | 254 | 212 | 133 | 0 | 24 | 57 | 41 | 43 | 41 | 64 |
| Binary | 10101100 | 10001010 | 1011011 | 0 | 10100 | 101111 | 100001 | 100011 | 100001 | 110100 |
Color Harmonies of #AC8A5B
Complementary color
Monochromatic Colors of #AC8A5B
Black with #AC8A5B
Text Example
Text Example
White with #AC8A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8A5B; }
p { color: rgb(172,138,91); }
H1.HeaderClassName
{
color: #AC8A5B;
}
.AnyTagClassName
{
color: #AC8A5B;
}
</style>
background-color css
<style>
a { background-color: #AC8A5B; }
a { background-color: rgb(172,138,91); }
div.DivClassName
{
background-color: #AC8A5B;
}
.BgClassName
{
background-color: #AC8A5B;
}
</style>
border-color css
<style>
span { border-color: #AC8A5B; }
span { border-color: rgb(172,138,91); }
td.TdClassName
{
border-color: #AC8A5B;
}
.TagClassName
{
border-color: #AC8A5B;
}
</style>