Shades of Teak #AC8752
Tints of Teak #AC8752
RGB
CMYK
RGB Variations
Color information
#AC8752 (or 0xAC8752) is known color: Teak. HEX triplet: AC, 87 and 52. RGB value is (172,135,82). Sum of RGB (Red+Green+Blue) = 172+135+82=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8752 is #5378AD. Grayscale: #8C8C8C. Windows color (decimal): -5470382 or 5408684. OLE color: 5408684.
HSL color Cylindrical-coordinate representation of color #AC8752: hue angle of 35.33º 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 #AC8752 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 135 | 82 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.33 |
| HSL | 35.33º | 0.35% | 0.5% | - |
| HSV(B) | 35.33º | 0.52% | 0.67% | - |
| XYZ | 27.2 | 26.71 | 11.7 | - |
| YUV | 140.02 | 95.26 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 135 | 82 | 0 | 0.22 | 0.52 | 0.33 | 35.33 | 0.35 | 0.5 |
| Hex | AC | 87 | 52 | 0 | 16 | 34 | 21 | 23 | 23 | 32 |
| Octal | 254 | 207 | 122 | 0 | 26 | 64 | 41 | 43 | 43 | 62 |
| Binary | 10101100 | 10000111 | 1010010 | 0 | 10110 | 110100 | 100001 | 100011 | 100011 | 110010 |
Color Harmonies of #AC8752
Complementary color
Monochromatic Colors of #AC8752
Black with #AC8752
Text Example
Text Example
White with #AC8752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8752; }
p { color: rgb(172,135,82); }
H1.HeaderClassName
{
color: #AC8752;
}
.AnyTagClassName
{
color: #AC8752;
}
</style>
background-color css
<style>
a { background-color: #AC8752; }
a { background-color: rgb(172,135,82); }
div.DivClassName
{
background-color: #AC8752;
}
.BgClassName
{
background-color: #AC8752;
}
</style>
border-color css
<style>
span { border-color: #AC8752; }
span { border-color: rgb(172,135,82); }
td.TdClassName
{
border-color: #AC8752;
}
.TagClassName
{
border-color: #AC8752;
}
</style>