Shades of Gimblet #AAA167
Tints of Gimblet #AAA167
RGB
CMYK
RGB Variations
Color information
#AAA167 (or 0xAAA167) is known color: Gimblet. HEX triplet: AA, A1 and 67. RGB value is (170,161,103). Sum of RGB (Red+Green+Blue) = 170+161+103=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 103 (40.62% from 255 or 23.73% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA167 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA167 is #555E98. Grayscale: #9D9D9D. Windows color (decimal): -5594777 or 6791594. OLE color: 6791594.
HSL color Cylindrical-coordinate representation of color #AAA167: hue angle of 51.94º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAA167 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 103 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.33 |
| HSL | 51.94º | 0.28% | 0.54% | - |
| HSV(B) | 51.94º | 0.39% | 0.67% | - |
| XYZ | 31.77 | 35.02 | 17.92 | - |
| YUV | 157.08 | 97.48 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 103 | 0 | 0.05 | 0.39 | 0.33 | 51.94 | 0.28 | 0.54 |
| Hex | AA | A1 | 67 | 0 | 5 | 27 | 21 | 34 | 1C | 36 |
| Octal | 252 | 241 | 147 | 0 | 5 | 47 | 41 | 64 | 34 | 66 |
| Binary | 10101010 | 10100001 | 1100111 | 0 | 101 | 100111 | 100001 | 110100 | 11100 | 110110 |
Color Harmonies of #AAA167
Complementary color
Monochromatic Colors of #AAA167
Black with #AAA167
Text Example
Text Example
White with #AAA167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA167; }
p { color: rgb(170,161,103); }
H1.HeaderClassName
{
color: #AAA167;
}
.AnyTagClassName
{
color: #AAA167;
}
</style>
background-color css
<style>
a { background-color: #AAA167; }
a { background-color: rgb(170,161,103); }
div.DivClassName
{
background-color: #AAA167;
}
.BgClassName
{
background-color: #AAA167;
}
</style>
border-color css
<style>
span { border-color: #AAA167; }
span { border-color: rgb(170,161,103); }
td.TdClassName
{
border-color: #AAA167;
}
.TagClassName
{
border-color: #AAA167;
}
</style>