Shades of Teak #AB895A
Tints of Teak #AB895A
RGB
CMYK
RGB Variations
Color information
#AB895A (or 0xAB895A) is known color: Teak. HEX triplet: AB, 89 and 5A. RGB value is (171,137,90). Sum of RGB (Red+Green+Blue) = 171+137+90=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #AB895A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB895A is #5476A5. Grayscale: #8E8E8E. Windows color (decimal): -5535398 or 5933483. OLE color: 5933483.
HSL color Cylindrical-coordinate representation of color #AB895A: hue angle of 34.81º degrees, saturation: 0.33, 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 #AB895A is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 137 | 90 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.33 |
| HSL | 34.81º | 0.33% | 0.51% | - |
| HSV(B) | 34.81º | 0.47% | 0.67% | - |
| XYZ | 27.59 | 27.29 | 13.49 | - |
| YUV | 141.81 | 98.76 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 90 | 0 | 0.20 | 0.47 | 0.33 | 34.81 | 0.33 | 0.51 |
| Hex | AB | 89 | 5A | 0 | 14 | 2F | 21 | 23 | 21 | 33 |
| Octal | 253 | 211 | 132 | 0 | 24 | 57 | 41 | 43 | 41 | 63 |
| Binary | 10101011 | 10001001 | 1011010 | 0 | 10100 | 101111 | 100001 | 100011 | 100001 | 110011 |
Color Harmonies of #AB895A
Complementary color
Monochromatic Colors of #AB895A
Black with #AB895A
Text Example
Text Example
White with #AB895A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB895A; }
p { color: rgb(171,137,90); }
H1.HeaderClassName
{
color: #AB895A;
}
.AnyTagClassName
{
color: #AB895A;
}
</style>
background-color css
<style>
a { background-color: #AB895A; }
a { background-color: rgb(171,137,90); }
div.DivClassName
{
background-color: #AB895A;
}
.BgClassName
{
background-color: #AB895A;
}
</style>
border-color css
<style>
span { border-color: #AB895A; }
span { border-color: rgb(171,137,90); }
td.TdClassName
{
border-color: #AB895A;
}
.TagClassName
{
border-color: #AB895A;
}
</style>