Shades of Teak #AB8753
Tints of Teak #AB8753
RGB
CMYK
RGB Variations
Color information
#AB8753 (or 0xAB8753) is known color: Teak. HEX triplet: AB, 87 and 53. RGB value is (171,135,83). Sum of RGB (Red+Green+Blue) = 171+135+83=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 83 (32.81% from 255 or 21.34% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8753 is #5478AC. Grayscale: #8C8C8C. Windows color (decimal): -5535917 or 5474219. OLE color: 5474219.
HSL color Cylindrical-coordinate representation of color #AB8753: hue angle of 35.45º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB8753 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 135 | 83 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.33 |
| HSL | 35.45º | 0.35% | 0.5% | - |
| HSV(B) | 35.45º | 0.51% | 0.67% | - |
| XYZ | 27.02 | 26.61 | 11.9 | - |
| YUV | 139.84 | 95.93 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 135 | 83 | 0 | 0.21 | 0.51 | 0.33 | 35.45 | 0.35 | 0.5 |
| Hex | AB | 87 | 53 | 0 | 15 | 33 | 21 | 23 | 23 | 32 |
| Octal | 253 | 207 | 123 | 0 | 25 | 63 | 41 | 43 | 43 | 62 |
| Binary | 10101011 | 10000111 | 1010011 | 0 | 10101 | 110011 | 100001 | 100011 | 100011 | 110010 |
Color Harmonies of #AB8753
Complementary color
Monochromatic Colors of #AB8753
Black with #AB8753
Text Example
Text Example
White with #AB8753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8753; }
p { color: rgb(171,135,83); }
H1.HeaderClassName
{
color: #AB8753;
}
.AnyTagClassName
{
color: #AB8753;
}
</style>
background-color css
<style>
a { background-color: #AB8753; }
a { background-color: rgb(171,135,83); }
div.DivClassName
{
background-color: #AB8753;
}
.BgClassName
{
background-color: #AB8753;
}
</style>
border-color css
<style>
span { border-color: #AB8753; }
span { border-color: rgb(171,135,83); }
td.TdClassName
{
border-color: #AB8753;
}
.TagClassName
{
border-color: #AB8753;
}
</style>