Shades of Teak #AA9255
Tints of Teak #AA9255
RGB
CMYK
RGB Variations
Color information
#AA9255 (or 0xAA9255) is known color: Teak. HEX triplet: AA, 92 and 55. RGB value is (170,146,85). Sum of RGB (Red+Green+Blue) = 170+146+85=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9255 is #556DAA. Grayscale: #929292. Windows color (decimal): -5598635 or 5608106. OLE color: 5608106.
HSL color Cylindrical-coordinate representation of color #AA9255: hue angle of 43.06º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA9255 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 85 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.33 |
| HSL | 43.06º | 0.33% | 0.5% | - |
| HSV(B) | 43.06º | 0.5% | 0.67% | - |
| XYZ | 28.5 | 29.76 | 12.84 | - |
| YUV | 146.22 | 93.45 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 85 | 0 | 0.14 | 0.50 | 0.33 | 43.06 | 0.33 | 0.5 |
| Hex | AA | 92 | 55 | 0 | E | 32 | 21 | 2B | 21 | 32 |
| Octal | 252 | 222 | 125 | 0 | 16 | 62 | 41 | 53 | 41 | 62 |
| Binary | 10101010 | 10010010 | 1010101 | 0 | 1110 | 110010 | 100001 | 101011 | 100001 | 110010 |
Color Harmonies of #AA9255
Complementary color
Monochromatic Colors of #AA9255
Black with #AA9255
Text Example
Text Example
White with #AA9255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9255; }
p { color: rgb(170,146,85); }
H1.HeaderClassName
{
color: #AA9255;
}
.AnyTagClassName
{
color: #AA9255;
}
</style>
background-color css
<style>
a { background-color: #AA9255; }
a { background-color: rgb(170,146,85); }
div.DivClassName
{
background-color: #AA9255;
}
.BgClassName
{
background-color: #AA9255;
}
</style>
border-color css
<style>
span { border-color: #AA9255; }
span { border-color: rgb(170,146,85); }
td.TdClassName
{
border-color: #AA9255;
}
.TagClassName
{
border-color: #AA9255;
}
</style>