Shades of Teak #AC8A50
Tints of Teak #AC8A50
RGB
CMYK
RGB Variations
Color information
#AC8A50 (or 0xAC8A50) is known color: Teak. HEX triplet: AC, 8A and 50. RGB value is (172,138,80). Sum of RGB (Red+Green+Blue) = 172+138+80=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8A50 is #5375AF. Grayscale: #8D8D8D. Windows color (decimal): -5469616 or 5278380. OLE color: 5278380.
HSL color Cylindrical-coordinate representation of color #AC8A50: hue angle of 37.83º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC8A50 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 138 | 80 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.33 |
| HSL | 37.83º | 0.37% | 0.49% | - |
| HSV(B) | 37.83º | 0.53% | 0.67% | - |
| XYZ | 27.55 | 27.53 | 11.45 | - |
| YUV | 141.55 | 93.26 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 138 | 80 | 0 | 0.20 | 0.53 | 0.33 | 37.83 | 0.37 | 0.49 |
| Hex | AC | 8A | 50 | 0 | 14 | 35 | 21 | 26 | 25 | 31 |
| Octal | 254 | 212 | 120 | 0 | 24 | 65 | 41 | 46 | 45 | 61 |
| Binary | 10101100 | 10001010 | 1010000 | 0 | 10100 | 110101 | 100001 | 100110 | 100101 | 110001 |
Color Harmonies of #AC8A50
Complementary color
Monochromatic Colors of #AC8A50
Black with #AC8A50
Text Example
Text Example
White with #AC8A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8A50; }
p { color: rgb(172,138,80); }
H1.HeaderClassName
{
color: #AC8A50;
}
.AnyTagClassName
{
color: #AC8A50;
}
</style>
background-color css
<style>
a { background-color: #AC8A50; }
a { background-color: rgb(172,138,80); }
div.DivClassName
{
background-color: #AC8A50;
}
.BgClassName
{
background-color: #AC8A50;
}
</style>
border-color css
<style>
span { border-color: #AC8A50; }
span { border-color: rgb(172,138,80); }
td.TdClassName
{
border-color: #AC8A50;
}
.TagClassName
{
border-color: #AC8A50;
}
</style>