Shades of Teak #AB8F50
Tints of Teak #AB8F50
RGB
CMYK
RGB Variations
Color information
#AB8F50 (or 0xAB8F50) is known color: Teak. HEX triplet: AB, 8F and 50. RGB value is (171,143,80). Sum of RGB (Red+Green+Blue) = 171+143+80=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8F50 is #5470AF. Grayscale: #909090. Windows color (decimal): -5533872 or 5279659. OLE color: 5279659.
HSL color Cylindrical-coordinate representation of color #AB8F50: hue angle of 41.54º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB8F50 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 80 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.33 |
| HSL | 41.54º | 0.36% | 0.49% | - |
| HSV(B) | 41.54º | 0.53% | 0.67% | - |
| XYZ | 28.07 | 28.88 | 11.69 | - |
| YUV | 144.19 | 91.78 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 80 | 0 | 0.16 | 0.53 | 0.33 | 41.54 | 0.36 | 0.49 |
| Hex | AB | 8F | 50 | 0 | 10 | 35 | 21 | 2A | 24 | 31 |
| Octal | 253 | 217 | 120 | 0 | 20 | 65 | 41 | 52 | 44 | 61 |
| Binary | 10101011 | 10001111 | 1010000 | 0 | 10000 | 110101 | 100001 | 101010 | 100100 | 110001 |
Color Harmonies of #AB8F50
Complementary color
Monochromatic Colors of #AB8F50
Black with #AB8F50
Text Example
Text Example
White with #AB8F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F50; }
p { color: rgb(171,143,80); }
H1.HeaderClassName
{
color: #AB8F50;
}
.AnyTagClassName
{
color: #AB8F50;
}
</style>
background-color css
<style>
a { background-color: #AB8F50; }
a { background-color: rgb(171,143,80); }
div.DivClassName
{
background-color: #AB8F50;
}
.BgClassName
{
background-color: #AB8F50;
}
</style>
border-color css
<style>
span { border-color: #AB8F50; }
span { border-color: rgb(171,143,80); }
td.TdClassName
{
border-color: #AB8F50;
}
.TagClassName
{
border-color: #AB8F50;
}
</style>