Shades of Teak #AC875D
Tints of Teak #AC875D
RGB
CMYK
RGB Variations
Color information
#AC875D (or 0xAC875D) is known color: Teak. HEX triplet: AC, 87 and 5D. RGB value is (172,135,93). Sum of RGB (Red+Green+Blue) = 172+135+93=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC875D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC875D is #5378A2. Grayscale: #8D8D8D. Windows color (decimal): -5470371 or 6129580. OLE color: 6129580.
HSL color Cylindrical-coordinate representation of color #AC875D: hue angle of 31.9º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC875D is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 135 | 93 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.33 |
| HSL | 31.9º | 0.32% | 0.52% | - |
| HSV(B) | 31.9º | 0.46% | 0.67% | - |
| XYZ | 27.65 | 26.89 | 14.09 | - |
| YUV | 141.28 | 100.76 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 135 | 93 | 0 | 0.22 | 0.46 | 0.33 | 31.9 | 0.32 | 0.52 |
| Hex | AC | 87 | 5D | 0 | 16 | 2E | 21 | 20 | 20 | 34 |
| Octal | 254 | 207 | 135 | 0 | 26 | 56 | 41 | 40 | 40 | 64 |
| Binary | 10101100 | 10000111 | 1011101 | 0 | 10110 | 101110 | 100001 | 100000 | 100000 | 110100 |
Color Harmonies of #AC875D
Complementary color
Monochromatic Colors of #AC875D
Black with #AC875D
Text Example
Text Example
White with #AC875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC875D; }
p { color: rgb(172,135,93); }
H1.HeaderClassName
{
color: #AC875D;
}
.AnyTagClassName
{
color: #AC875D;
}
</style>
background-color css
<style>
a { background-color: #AC875D; }
a { background-color: rgb(172,135,93); }
div.DivClassName
{
background-color: #AC875D;
}
.BgClassName
{
background-color: #AC875D;
}
</style>
border-color css
<style>
span { border-color: #AC875D; }
span { border-color: rgb(172,135,93); }
td.TdClassName
{
border-color: #AC875D;
}
.TagClassName
{
border-color: #AC875D;
}
</style>