Shades of Teak #AB8C4C
Tints of Teak #AB8C4C
RGB
CMYK
RGB Variations
Color information
#AB8C4C (or 0xAB8C4C) is known color: Teak. HEX triplet: AB, 8C and 4C. RGB value is (171,140,76). Sum of RGB (Red+Green+Blue) = 171+140+76=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8C4C is #5473B3. Grayscale: #8E8E8E. Windows color (decimal): -5534644 or 5016747. OLE color: 5016747.
HSL color Cylindrical-coordinate representation of color #AB8C4C: hue angle of 40.42º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB8C4C is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 140 | 76 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.33 |
| HSL | 40.42º | 0.38% | 0.48% | - |
| HSV(B) | 40.42º | 0.56% | 0.67% | - |
| XYZ | 27.48 | 27.94 | 10.78 | - |
| YUV | 141.97 | 90.77 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 76 | 0 | 0.18 | 0.56 | 0.33 | 40.42 | 0.38 | 0.48 |
| Hex | AB | 8C | 4C | 0 | 12 | 38 | 21 | 28 | 26 | 30 |
| Octal | 253 | 214 | 114 | 0 | 22 | 70 | 41 | 50 | 46 | 60 |
| Binary | 10101011 | 10001100 | 1001100 | 0 | 10010 | 111000 | 100001 | 101000 | 100110 | 110000 |
Color Harmonies of #AB8C4C
Complementary color
Monochromatic Colors of #AB8C4C
Black with #AB8C4C
Text Example
Text Example
White with #AB8C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8C4C; }
p { color: rgb(171,140,76); }
H1.HeaderClassName
{
color: #AB8C4C;
}
.AnyTagClassName
{
color: #AB8C4C;
}
</style>
background-color css
<style>
a { background-color: #AB8C4C; }
a { background-color: rgb(171,140,76); }
div.DivClassName
{
background-color: #AB8C4C;
}
.BgClassName
{
background-color: #AB8C4C;
}
</style>
border-color css
<style>
span { border-color: #AB8C4C; }
span { border-color: rgb(171,140,76); }
td.TdClassName
{
border-color: #AB8C4C;
}
.TagClassName
{
border-color: #AB8C4C;
}
</style>