Shades of Teak #AB855B
Tints of Teak #AB855B
RGB
CMYK
RGB Variations
Color information
#AB855B (or 0xAB855B) is known color: Teak. HEX triplet: AB, 85 and 5B. RGB value is (171,133,91). Sum of RGB (Red+Green+Blue) = 171+133+91=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB855B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB855B is #547AA4. Grayscale: #8B8B8B. Windows color (decimal): -5536421 or 5997995. OLE color: 5997995.
HSL color Cylindrical-coordinate representation of color #AB855B: hue angle of 31.5º 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 #AB855B is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 133 | 91 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.33 |
| HSL | 31.5º | 0.32% | 0.51% | - |
| HSV(B) | 31.5º | 0.47% | 0.67% | - |
| XYZ | 27.07 | 26.19 | 13.53 | - |
| YUV | 139.57 | 100.59 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 91 | 0 | 0.22 | 0.47 | 0.33 | 31.5 | 0.32 | 0.51 |
| Hex | AB | 85 | 5B | 0 | 16 | 2F | 21 | 1F | 20 | 33 |
| Octal | 253 | 205 | 133 | 0 | 26 | 57 | 41 | 37 | 40 | 63 |
| Binary | 10101011 | 10000101 | 1011011 | 0 | 10110 | 101111 | 100001 | 11111 | 100000 | 110011 |
Color Harmonies of #AB855B
Complementary color
Monochromatic Colors of #AB855B
Black with #AB855B
Text Example
Text Example
White with #AB855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB855B; }
p { color: rgb(171,133,91); }
H1.HeaderClassName
{
color: #AB855B;
}
.AnyTagClassName
{
color: #AB855B;
}
</style>
background-color css
<style>
a { background-color: #AB855B; }
a { background-color: rgb(171,133,91); }
div.DivClassName
{
background-color: #AB855B;
}
.BgClassName
{
background-color: #AB855B;
}
</style>
border-color css
<style>
span { border-color: #AB855B; }
span { border-color: rgb(171,133,91); }
td.TdClassName
{
border-color: #AB855B;
}
.TagClassName
{
border-color: #AB855B;
}
</style>