Shades of Teak #AB8B4A
Tints of Teak #AB8B4A
RGB
CMYK
RGB Variations
Color information
#AB8B4A (or 0xAB8B4A) is known color: Teak. HEX triplet: AB, 8B and 4A. RGB value is (171,139,74). Sum of RGB (Red+Green+Blue) = 171+139+74=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8B4A is #5474B5. Grayscale: #8D8D8D. Windows color (decimal): -5534902 or 4885419. OLE color: 4885419.
HSL color Cylindrical-coordinate representation of color #AB8B4A: hue angle of 40.21º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB8B4A is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 139 | 74 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.33 |
| HSL | 40.21º | 0.4% | 0.48% | - |
| HSV(B) | 40.21º | 0.57% | 0.67% | - |
| XYZ | 27.26 | 27.62 | 10.37 | - |
| YUV | 141.16 | 90.1 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 139 | 74 | 0 | 0.19 | 0.57 | 0.33 | 40.21 | 0.4 | 0.48 |
| Hex | AB | 8B | 4A | 0 | 13 | 39 | 21 | 28 | 28 | 30 |
| Octal | 253 | 213 | 112 | 0 | 23 | 71 | 41 | 50 | 50 | 60 |
| Binary | 10101011 | 10001011 | 1001010 | 0 | 10011 | 111001 | 100001 | 101000 | 101000 | 110000 |
Color Harmonies of #AB8B4A
Complementary color
Monochromatic Colors of #AB8B4A
Black with #AB8B4A
Text Example
Text Example
White with #AB8B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8B4A; }
p { color: rgb(171,139,74); }
H1.HeaderClassName
{
color: #AB8B4A;
}
.AnyTagClassName
{
color: #AB8B4A;
}
</style>
background-color css
<style>
a { background-color: #AB8B4A; }
a { background-color: rgb(171,139,74); }
div.DivClassName
{
background-color: #AB8B4A;
}
.BgClassName
{
background-color: #AB8B4A;
}
</style>
border-color css
<style>
span { border-color: #AB8B4A; }
span { border-color: rgb(171,139,74); }
td.TdClassName
{
border-color: #AB8B4A;
}
.TagClassName
{
border-color: #AB8B4A;
}
</style>