Shades of Teak #AC845B
Tints of Teak #AC845B
RGB
CMYK
RGB Variations
Color information
#AC845B (or 0xAC845B) is known color: Teak. HEX triplet: AC, 84 and 5B. RGB value is (172,132,91). Sum of RGB (Red+Green+Blue) = 172+132+91=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC845B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC845B is #537BA4. Grayscale: #8B8B8B. Windows color (decimal): -5471141 or 5997740. OLE color: 5997740.
HSL color Cylindrical-coordinate representation of color #AC845B: hue angle of 30.37º 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 #AC845B is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 91 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.33 |
| HSL | 30.37º | 0.33% | 0.52% | - |
| HSV(B) | 30.37º | 0.47% | 0.67% | - |
| XYZ | 27.15 | 26.03 | 13.49 | - |
| YUV | 139.29 | 100.75 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 91 | 0 | 0.23 | 0.47 | 0.33 | 30.37 | 0.33 | 0.52 |
| Hex | AC | 84 | 5B | 0 | 17 | 2F | 21 | 1E | 21 | 34 |
| Octal | 254 | 204 | 133 | 0 | 27 | 57 | 41 | 36 | 41 | 64 |
| Binary | 10101100 | 10000100 | 1011011 | 0 | 10111 | 101111 | 100001 | 11110 | 100001 | 110100 |
Color Harmonies of #AC845B
Complementary color
Monochromatic Colors of #AC845B
Black with #AC845B
Text Example
Text Example
White with #AC845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC845B; }
p { color: rgb(172,132,91); }
H1.HeaderClassName
{
color: #AC845B;
}
.AnyTagClassName
{
color: #AC845B;
}
</style>
background-color css
<style>
a { background-color: #AC845B; }
a { background-color: rgb(172,132,91); }
div.DivClassName
{
background-color: #AC845B;
}
.BgClassName
{
background-color: #AC845B;
}
</style>
border-color css
<style>
span { border-color: #AC845B; }
span { border-color: rgb(172,132,91); }
td.TdClassName
{
border-color: #AC845B;
}
.TagClassName
{
border-color: #AC845B;
}
</style>