Shades of Teak #AC8D53
Tints of Teak #AC8D53
RGB
CMYK
RGB Variations
Color information
#AC8D53 (or 0xAC8D53) is known color: Teak. HEX triplet: AC, 8D and 53. RGB value is (172,141,83). Sum of RGB (Red+Green+Blue) = 172+141+83=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 83 (32.81% from 255 or 20.96% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8D53 is #5372AC. Grayscale: #8F8F8F. Windows color (decimal): -5468845 or 5475756. OLE color: 5475756.
HSL color Cylindrical-coordinate representation of color #AC8D53: hue angle of 39.1º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC8D53 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 141 | 83 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.33 |
| HSL | 39.1º | 0.35% | 0.5% | - |
| HSV(B) | 39.1º | 0.52% | 0.67% | - |
| XYZ | 28.1 | 28.44 | 12.19 | - |
| YUV | 143.66 | 93.77 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 141 | 83 | 0 | 0.18 | 0.52 | 0.33 | 39.1 | 0.35 | 0.5 |
| Hex | AC | 8D | 53 | 0 | 12 | 34 | 21 | 27 | 23 | 32 |
| Octal | 254 | 215 | 123 | 0 | 22 | 64 | 41 | 47 | 43 | 62 |
| Binary | 10101100 | 10001101 | 1010011 | 0 | 10010 | 110100 | 100001 | 100111 | 100011 | 110010 |
Color Harmonies of #AC8D53
Complementary color
Monochromatic Colors of #AC8D53
Black with #AC8D53
Text Example
Text Example
White with #AC8D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8D53; }
p { color: rgb(172,141,83); }
H1.HeaderClassName
{
color: #AC8D53;
}
.AnyTagClassName
{
color: #AC8D53;
}
</style>
background-color css
<style>
a { background-color: #AC8D53; }
a { background-color: rgb(172,141,83); }
div.DivClassName
{
background-color: #AC8D53;
}
.BgClassName
{
background-color: #AC8D53;
}
</style>
border-color css
<style>
span { border-color: #AC8D53; }
span { border-color: rgb(172,141,83); }
td.TdClassName
{
border-color: #AC8D53;
}
.TagClassName
{
border-color: #AC8D53;
}
</style>