Shades of Teak #A89053
Tints of Teak #A89053
RGB
CMYK
RGB Variations
Color information
#A89053 (or 0xA89053) is known color: Teak. HEX triplet: A8, 90 and 53. RGB value is (168,144,83). Sum of RGB (Red+Green+Blue) = 168+144+83=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 168 - color contains mainly: red. Hex color #A89053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89053 is #576FAC. Grayscale: #909090. Windows color (decimal): -5730221 or 5476520. OLE color: 5476520.
HSL color Cylindrical-coordinate representation of color #A89053: hue angle of 43.06º 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 #A89053 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 144 | 83 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.34 |
| HSL | 43.06º | 0.34% | 0.49% | - |
| HSV(B) | 43.06º | 0.51% | 0.66% | - |
| XYZ | 27.68 | 28.9 | 12.3 | - |
| YUV | 144.22 | 93.45 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 144 | 83 | 0 | 0.14 | 0.51 | 0.34 | 43.06 | 0.34 | 0.49 |
| Hex | A8 | 90 | 53 | 0 | E | 33 | 22 | 2B | 22 | 31 |
| Octal | 250 | 220 | 123 | 0 | 16 | 63 | 42 | 53 | 42 | 61 |
| Binary | 10101000 | 10010000 | 1010011 | 0 | 1110 | 110011 | 100010 | 101011 | 100010 | 110001 |
Color Harmonies of #A89053
Complementary color
Monochromatic Colors of #A89053
Black with #A89053
Text Example
Text Example
White with #A89053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89053; }
p { color: rgb(168,144,83); }
H1.HeaderClassName
{
color: #A89053;
}
.AnyTagClassName
{
color: #A89053;
}
</style>
background-color css
<style>
a { background-color: #A89053; }
a { background-color: rgb(168,144,83); }
div.DivClassName
{
background-color: #A89053;
}
.BgClassName
{
background-color: #A89053;
}
</style>
border-color css
<style>
span { border-color: #A89053; }
span { border-color: rgb(168,144,83); }
td.TdClassName
{
border-color: #A89053;
}
.TagClassName
{
border-color: #A89053;
}
</style>