Shades of Teak #AB8B5B
Tints of Teak #AB8B5B
RGB
CMYK
RGB Variations
Color information
#AB8B5B (or 0xAB8B5B) is known color: Teak. HEX triplet: AB, 8B and 5B. RGB value is (171,139,91). Sum of RGB (Red+Green+Blue) = 171+139+91=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8B5B is #5474A4. Grayscale: #8F8F8F. Windows color (decimal): -5534885 or 5999531. OLE color: 5999531.
HSL color Cylindrical-coordinate representation of color #AB8B5B: hue angle of 36º 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 #AB8B5B is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 139 | 91 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.33 |
| HSL | 36º | 0.32% | 0.51% | - |
| HSV(B) | 36º | 0.47% | 0.67% | - |
| XYZ | 27.92 | 27.88 | 13.81 | - |
| YUV | 143.1 | 98.6 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 139 | 91 | 0 | 0.19 | 0.47 | 0.33 | 36 | 0.32 | 0.51 |
| Hex | AB | 8B | 5B | 0 | 13 | 2F | 21 | 24 | 20 | 33 |
| Octal | 253 | 213 | 133 | 0 | 23 | 57 | 41 | 44 | 40 | 63 |
| Binary | 10101011 | 10001011 | 1011011 | 0 | 10011 | 101111 | 100001 | 100100 | 100000 | 110011 |
Color Harmonies of #AB8B5B
Complementary color
Monochromatic Colors of #AB8B5B
Black with #AB8B5B
Text Example
Text Example
White with #AB8B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8B5B; }
p { color: rgb(171,139,91); }
H1.HeaderClassName
{
color: #AB8B5B;
}
.AnyTagClassName
{
color: #AB8B5B;
}
</style>
background-color css
<style>
a { background-color: #AB8B5B; }
a { background-color: rgb(171,139,91); }
div.DivClassName
{
background-color: #AB8B5B;
}
.BgClassName
{
background-color: #AB8B5B;
}
</style>
border-color css
<style>
span { border-color: #AB8B5B; }
span { border-color: rgb(171,139,91); }
td.TdClassName
{
border-color: #AB8B5B;
}
.TagClassName
{
border-color: #AB8B5B;
}
</style>