Shades of Teak #AB845B
Tints of Teak #AB845B
RGB
CMYK
RGB Variations
Color information
#AB845B (or 0xAB845B) is known color: Teak. HEX triplet: AB, 84 and 5B. RGB value is (171,132,91). Sum of RGB (Red+Green+Blue) = 171+132+91=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB845B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB845B is #547BA4. Grayscale: #8B8B8B. Windows color (decimal): -5536677 or 5997739. OLE color: 5997739.
HSL color Cylindrical-coordinate representation of color #AB845B: hue angle of 30.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB845B is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 91 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.33 |
| HSL | 30.75º | 0.32% | 0.51% | - |
| HSV(B) | 30.75º | 0.47% | 0.67% | - |
| XYZ | 26.93 | 25.92 | 13.48 | - |
| YUV | 138.99 | 100.92 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 91 | 0 | 0.23 | 0.47 | 0.33 | 30.75 | 0.32 | 0.51 |
| Hex | AB | 84 | 5B | 0 | 17 | 2F | 21 | 1F | 20 | 33 |
| Octal | 253 | 204 | 133 | 0 | 27 | 57 | 41 | 37 | 40 | 63 |
| Binary | 10101011 | 10000100 | 1011011 | 0 | 10111 | 101111 | 100001 | 11111 | 100000 | 110011 |
Color Harmonies of #AB845B
Complementary color
Monochromatic Colors of #AB845B
Black with #AB845B
Text Example
Text Example
White with #AB845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB845B; }
p { color: rgb(171,132,91); }
H1.HeaderClassName
{
color: #AB845B;
}
.AnyTagClassName
{
color: #AB845B;
}
</style>
background-color css
<style>
a { background-color: #AB845B; }
a { background-color: rgb(171,132,91); }
div.DivClassName
{
background-color: #AB845B;
}
.BgClassName
{
background-color: #AB845B;
}
</style>
border-color css
<style>
span { border-color: #AB845B; }
span { border-color: rgb(171,132,91); }
td.TdClassName
{
border-color: #AB845B;
}
.TagClassName
{
border-color: #AB845B;
}
</style>