Shades of Teak #A89153
Tints of Teak #A89153
RGB
CMYK
RGB Variations
Color information
#A89153 (or 0xA89153) is known color: Teak. HEX triplet: A8, 91 and 53. RGB value is (168,145,83). Sum of RGB (Red+Green+Blue) = 168+145+83=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 83 (32.81% from 255 or 20.96% from 396); Max value from RGB is 168 - color contains mainly: red. Hex color #A89153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89153 is #576EAC. Grayscale: #919191. Windows color (decimal): -5729965 or 5476776. OLE color: 5476776.
HSL color Cylindrical-coordinate representation of color #A89153: hue angle of 43.76º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A89153 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 145 | 83 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.34 |
| HSL | 43.76º | 0.34% | 0.49% | - |
| HSV(B) | 43.76º | 0.51% | 0.66% | - |
| XYZ | 27.84 | 29.2 | 12.35 | - |
| YUV | 144.81 | 93.12 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 145 | 83 | 0 | 0.14 | 0.51 | 0.34 | 43.76 | 0.34 | 0.49 |
| Hex | A8 | 91 | 53 | 0 | E | 33 | 22 | 2C | 22 | 31 |
| Octal | 250 | 221 | 123 | 0 | 16 | 63 | 42 | 54 | 42 | 61 |
| Binary | 10101000 | 10010001 | 1010011 | 0 | 1110 | 110011 | 100010 | 101100 | 100010 | 110001 |
Color Harmonies of #A89153
Complementary color
Monochromatic Colors of #A89153
Black with #A89153
Text Example
Text Example
White with #A89153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89153; }
p { color: rgb(168,145,83); }
H1.HeaderClassName
{
color: #A89153;
}
.AnyTagClassName
{
color: #A89153;
}
</style>
background-color css
<style>
a { background-color: #A89153; }
a { background-color: rgb(168,145,83); }
div.DivClassName
{
background-color: #A89153;
}
.BgClassName
{
background-color: #A89153;
}
</style>
border-color css
<style>
span { border-color: #A89153; }
span { border-color: rgb(168,145,83); }
td.TdClassName
{
border-color: #A89153;
}
.TagClassName
{
border-color: #A89153;
}
</style>