Shades of Teak #AC865C
Tints of Teak #AC865C
RGB
CMYK
RGB Variations
Color information
#AC865C (or 0xAC865C) is known color: Teak. HEX triplet: AC, 86 and 5C. RGB value is (172,134,92). Sum of RGB (Red+Green+Blue) = 172+134+92=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC865C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC865C is #5379A3. Grayscale: #8C8C8C. Windows color (decimal): -5470628 or 6063788. OLE color: 6063788.
HSL color Cylindrical-coordinate representation of color #AC865C: hue angle of 31.5º 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 #AC865C is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 134 | 92 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.33 |
| HSL | 31.5º | 0.33% | 0.52% | - |
| HSV(B) | 31.5º | 0.47% | 0.67% | - |
| XYZ | 27.47 | 26.59 | 13.81 | - |
| YUV | 140.57 | 100.59 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 134 | 92 | 0 | 0.22 | 0.47 | 0.33 | 31.5 | 0.33 | 0.52 |
| Hex | AC | 86 | 5C | 0 | 16 | 2F | 21 | 1F | 21 | 34 |
| Octal | 254 | 206 | 134 | 0 | 26 | 57 | 41 | 37 | 41 | 64 |
| Binary | 10101100 | 10000110 | 1011100 | 0 | 10110 | 101111 | 100001 | 11111 | 100001 | 110100 |
Color Harmonies of #AC865C
Complementary color
Monochromatic Colors of #AC865C
Black with #AC865C
Text Example
Text Example
White with #AC865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC865C; }
p { color: rgb(172,134,92); }
H1.HeaderClassName
{
color: #AC865C;
}
.AnyTagClassName
{
color: #AC865C;
}
</style>
background-color css
<style>
a { background-color: #AC865C; }
a { background-color: rgb(172,134,92); }
div.DivClassName
{
background-color: #AC865C;
}
.BgClassName
{
background-color: #AC865C;
}
</style>
border-color css
<style>
span { border-color: #AC865C; }
span { border-color: rgb(172,134,92); }
td.TdClassName
{
border-color: #AC865C;
}
.TagClassName
{
border-color: #AC865C;
}
</style>