Shades of Teak #AC8758
Tints of Teak #AC8758
RGB
CMYK
RGB Variations
Color information
#AC8758 (or 0xAC8758) is known color: Teak. HEX triplet: AC, 87 and 58. RGB value is (172,135,88). Sum of RGB (Red+Green+Blue) = 172+135+88=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8758 is #5378A7. Grayscale: #8C8C8C. Windows color (decimal): -5470376 or 5801900. OLE color: 5801900.
HSL color Cylindrical-coordinate representation of color #AC8758: hue angle of 33.57º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC8758 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 135 | 88 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.33 |
| HSL | 33.57º | 0.34% | 0.51% | - |
| HSV(B) | 33.57º | 0.49% | 0.67% | - |
| XYZ | 27.44 | 26.8 | 12.96 | - |
| YUV | 140.71 | 98.26 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 135 | 88 | 0 | 0.22 | 0.49 | 0.33 | 33.57 | 0.34 | 0.51 |
| Hex | AC | 87 | 58 | 0 | 16 | 31 | 21 | 22 | 22 | 33 |
| Octal | 254 | 207 | 130 | 0 | 26 | 61 | 41 | 42 | 42 | 63 |
| Binary | 10101100 | 10000111 | 1011000 | 0 | 10110 | 110001 | 100001 | 100010 | 100010 | 110011 |
Color Harmonies of #AC8758
Complementary color
Monochromatic Colors of #AC8758
Black with #AC8758
Text Example
Text Example
White with #AC8758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8758; }
p { color: rgb(172,135,88); }
H1.HeaderClassName
{
color: #AC8758;
}
.AnyTagClassName
{
color: #AC8758;
}
</style>
background-color css
<style>
a { background-color: #AC8758; }
a { background-color: rgb(172,135,88); }
div.DivClassName
{
background-color: #AC8758;
}
.BgClassName
{
background-color: #AC8758;
}
</style>
border-color css
<style>
span { border-color: #AC8758; }
span { border-color: rgb(172,135,88); }
td.TdClassName
{
border-color: #AC8758;
}
.TagClassName
{
border-color: #AC8758;
}
</style>