Shades of Teak #AC8D50
Tints of Teak #AC8D50
RGB
CMYK
RGB Variations
Color information
#AC8D50 (or 0xAC8D50) is known color: Teak. HEX triplet: AC, 8D and 50. RGB value is (172,141,80). Sum of RGB (Red+Green+Blue) = 172+141+80=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8D50 is #5372AF. Grayscale: #8F8F8F. Windows color (decimal): -5468848 or 5279148. OLE color: 5279148.
HSL color Cylindrical-coordinate representation of color #AC8D50: hue angle of 39.78º 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 #AC8D50 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 141 | 80 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.33 |
| HSL | 39.78º | 0.37% | 0.49% | - |
| HSV(B) | 39.78º | 0.53% | 0.67% | - |
| XYZ | 27.99 | 28.4 | 11.6 | - |
| YUV | 143.32 | 92.27 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 141 | 80 | 0 | 0.18 | 0.53 | 0.33 | 39.78 | 0.37 | 0.49 |
| Hex | AC | 8D | 50 | 0 | 12 | 35 | 21 | 28 | 25 | 31 |
| Octal | 254 | 215 | 120 | 0 | 22 | 65 | 41 | 50 | 45 | 61 |
| Binary | 10101100 | 10001101 | 1010000 | 0 | 10010 | 110101 | 100001 | 101000 | 100101 | 110001 |
Color Harmonies of #AC8D50
Complementary color
Monochromatic Colors of #AC8D50
Black with #AC8D50
Text Example
Text Example
White with #AC8D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8D50; }
p { color: rgb(172,141,80); }
H1.HeaderClassName
{
color: #AC8D50;
}
.AnyTagClassName
{
color: #AC8D50;
}
</style>
background-color css
<style>
a { background-color: #AC8D50; }
a { background-color: rgb(172,141,80); }
div.DivClassName
{
background-color: #AC8D50;
}
.BgClassName
{
background-color: #AC8D50;
}
</style>
border-color css
<style>
span { border-color: #AC8D50; }
span { border-color: rgb(172,141,80); }
td.TdClassName
{
border-color: #AC8D50;
}
.TagClassName
{
border-color: #AC8D50;
}
</style>