Shades of Teak #AB865A
Tints of Teak #AB865A
RGB
CMYK
RGB Variations
Color information
#AB865A (or 0xAB865A) is known color: Teak. HEX triplet: AB, 86 and 5A. RGB value is (171,134,90). Sum of RGB (Red+Green+Blue) = 171+134+90=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB865A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB865A is #5479A5. Grayscale: #8C8C8C. Windows color (decimal): -5536166 or 5932715. OLE color: 5932715.
HSL color Cylindrical-coordinate representation of color #AB865A: hue angle of 32.59º 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 #AB865A is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 134 | 90 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.33 |
| HSL | 32.59º | 0.33% | 0.51% | - |
| HSV(B) | 32.59º | 0.47% | 0.67% | - |
| XYZ | 27.17 | 26.45 | 13.35 | - |
| YUV | 140.05 | 99.76 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 134 | 90 | 0 | 0.22 | 0.47 | 0.33 | 32.59 | 0.33 | 0.51 |
| Hex | AB | 86 | 5A | 0 | 16 | 2F | 21 | 21 | 21 | 33 |
| Octal | 253 | 206 | 132 | 0 | 26 | 57 | 41 | 41 | 41 | 63 |
| Binary | 10101011 | 10000110 | 1011010 | 0 | 10110 | 101111 | 100001 | 100001 | 100001 | 110011 |
Color Harmonies of #AB865A
Complementary color
Monochromatic Colors of #AB865A
Black with #AB865A
Text Example
Text Example
White with #AB865A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB865A; }
p { color: rgb(171,134,90); }
H1.HeaderClassName
{
color: #AB865A;
}
.AnyTagClassName
{
color: #AB865A;
}
</style>
background-color css
<style>
a { background-color: #AB865A; }
a { background-color: rgb(171,134,90); }
div.DivClassName
{
background-color: #AB865A;
}
.BgClassName
{
background-color: #AB865A;
}
</style>
border-color css
<style>
span { border-color: #AB865A; }
span { border-color: rgb(171,134,90); }
td.TdClassName
{
border-color: #AB865A;
}
.TagClassName
{
border-color: #AB865A;
}
</style>