Shades of Teak #AC8C50
Tints of Teak #AC8C50
RGB
CMYK
RGB Variations
Color information
#AC8C50 (or 0xAC8C50) is known color: Teak. HEX triplet: AC, 8C and 50. RGB value is (172,140,80). Sum of RGB (Red+Green+Blue) = 172+140+80=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8C50 is #5373AF. Grayscale: #8F8F8F. Windows color (decimal): -5469104 or 5278892. OLE color: 5278892.
HSL color Cylindrical-coordinate representation of color #AC8C50: hue angle of 39.13º 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 #AC8C50 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 140 | 80 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.33 |
| HSL | 39.13º | 0.37% | 0.49% | - |
| HSV(B) | 39.13º | 0.53% | 0.67% | - |
| XYZ | 27.84 | 28.11 | 11.55 | - |
| YUV | 142.73 | 92.6 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 80 | 0 | 0.19 | 0.53 | 0.33 | 39.13 | 0.37 | 0.49 |
| Hex | AC | 8C | 50 | 0 | 13 | 35 | 21 | 27 | 25 | 31 |
| Octal | 254 | 214 | 120 | 0 | 23 | 65 | 41 | 47 | 45 | 61 |
| Binary | 10101100 | 10001100 | 1010000 | 0 | 10011 | 110101 | 100001 | 100111 | 100101 | 110001 |
Color Harmonies of #AC8C50
Complementary color
Monochromatic Colors of #AC8C50
Black with #AC8C50
Text Example
Text Example
White with #AC8C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8C50; }
p { color: rgb(172,140,80); }
H1.HeaderClassName
{
color: #AC8C50;
}
.AnyTagClassName
{
color: #AC8C50;
}
</style>
background-color css
<style>
a { background-color: #AC8C50; }
a { background-color: rgb(172,140,80); }
div.DivClassName
{
background-color: #AC8C50;
}
.BgClassName
{
background-color: #AC8C50;
}
</style>
border-color css
<style>
span { border-color: #AC8C50; }
span { border-color: rgb(172,140,80); }
td.TdClassName
{
border-color: #AC8C50;
}
.TagClassName
{
border-color: #AC8C50;
}
</style>