Shades of Teak #A98B4B
Tints of Teak #A98B4B
RGB
CMYK
RGB Variations
Color information
#A98B4B (or 0xA98B4B) is known color: Teak. HEX triplet: A9, 8B and 4B. RGB value is (169,139,75). Sum of RGB (Red+Green+Blue) = 169+139+75=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98B4B is #5674B4. Grayscale: #8C8C8C. Windows color (decimal): -5665973 or 4950953. OLE color: 4950953.
HSL color Cylindrical-coordinate representation of color #A98B4B: hue angle of 40.85º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A98B4B is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 139 | 75 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.34 |
| HSL | 40.85º | 0.39% | 0.48% | - |
| HSV(B) | 40.85º | 0.56% | 0.66% | - |
| XYZ | 26.86 | 27.41 | 10.53 | - |
| YUV | 140.67 | 90.94 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 139 | 75 | 0 | 0.18 | 0.56 | 0.34 | 40.85 | 0.39 | 0.48 |
| Hex | A9 | 8B | 4B | 0 | 12 | 38 | 22 | 29 | 27 | 30 |
| Octal | 251 | 213 | 113 | 0 | 22 | 70 | 42 | 51 | 47 | 60 |
| Binary | 10101001 | 10001011 | 1001011 | 0 | 10010 | 111000 | 100010 | 101001 | 100111 | 110000 |
Color Harmonies of #A98B4B
Complementary color
Monochromatic Colors of #A98B4B
Black with #A98B4B
Text Example
Text Example
White with #A98B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98B4B; }
p { color: rgb(169,139,75); }
H1.HeaderClassName
{
color: #A98B4B;
}
.AnyTagClassName
{
color: #A98B4B;
}
</style>
background-color css
<style>
a { background-color: #A98B4B; }
a { background-color: rgb(169,139,75); }
div.DivClassName
{
background-color: #A98B4B;
}
.BgClassName
{
background-color: #A98B4B;
}
</style>
border-color css
<style>
span { border-color: #A98B4B; }
span { border-color: rgb(169,139,75); }
td.TdClassName
{
border-color: #A98B4B;
}
.TagClassName
{
border-color: #A98B4B;
}
</style>