Shades of Teak #AA904F
Tints of Teak #AA904F
RGB
CMYK
RGB Variations
Color information
#AA904F (or 0xAA904F) is known color: Teak. HEX triplet: AA, 90 and 4F. RGB value is (170,144,79). Sum of RGB (Red+Green+Blue) = 170+144+79=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 79 (31.25% from 255 or 20.10% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA904F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA904F is #556FB0. Grayscale: #909090. Windows color (decimal): -5599153 or 5214378. OLE color: 5214378.
HSL color Cylindrical-coordinate representation of color #AA904F: hue angle of 42.86º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA904F is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 144 | 79 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.33 |
| HSL | 42.86º | 0.37% | 0.49% | - |
| HSV(B) | 42.86º | 0.54% | 0.67% | - |
| XYZ | 27.96 | 29.06 | 11.53 | - |
| YUV | 144.36 | 91.11 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 79 | 0 | 0.15 | 0.54 | 0.33 | 42.86 | 0.37 | 0.49 |
| Hex | AA | 90 | 4F | 0 | F | 36 | 21 | 2B | 25 | 31 |
| Octal | 252 | 220 | 117 | 0 | 17 | 66 | 41 | 53 | 45 | 61 |
| Binary | 10101010 | 10010000 | 1001111 | 0 | 1111 | 110110 | 100001 | 101011 | 100101 | 110001 |
Color Harmonies of #AA904F
Complementary color
Monochromatic Colors of #AA904F
Black with #AA904F
Text Example
Text Example
White with #AA904F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA904F; }
p { color: rgb(170,144,79); }
H1.HeaderClassName
{
color: #AA904F;
}
.AnyTagClassName
{
color: #AA904F;
}
</style>
background-color css
<style>
a { background-color: #AA904F; }
a { background-color: rgb(170,144,79); }
div.DivClassName
{
background-color: #AA904F;
}
.BgClassName
{
background-color: #AA904F;
}
</style>
border-color css
<style>
span { border-color: #AA904F; }
span { border-color: rgb(170,144,79); }
td.TdClassName
{
border-color: #AA904F;
}
.TagClassName
{
border-color: #AA904F;
}
</style>