Shades of Gimblet #AAA267
Tints of Gimblet #AAA267
RGB
CMYK
RGB Variations
Color information
#AAA267 (or 0xAAA267) is known color: Gimblet. HEX triplet: AA, A2 and 67. RGB value is (170,162,103). Sum of RGB (Red+Green+Blue) = 170+162+103=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA267 is #555D98. Grayscale: #9D9D9D. Windows color (decimal): -5594521 or 6791850. OLE color: 6791850.
HSL color Cylindrical-coordinate representation of color #AAA267: hue angle of 52.84º 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 #AAA267 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 103 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.33 |
| HSL | 52.84º | 0.28% | 0.54% | - |
| HSV(B) | 52.84º | 0.39% | 0.67% | - |
| XYZ | 31.95 | 35.37 | 17.97 | - |
| YUV | 157.67 | 97.15 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 103 | 0 | 0.05 | 0.39 | 0.33 | 52.84 | 0.28 | 0.54 |
| Hex | AA | A2 | 67 | 0 | 5 | 27 | 21 | 35 | 1C | 36 |
| Octal | 252 | 242 | 147 | 0 | 5 | 47 | 41 | 65 | 34 | 66 |
| Binary | 10101010 | 10100010 | 1100111 | 0 | 101 | 100111 | 100001 | 110101 | 11100 | 110110 |
Color Harmonies of #AAA267
Complementary color
Monochromatic Colors of #AAA267
Black with #AAA267
Text Example
Text Example
White with #AAA267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA267; }
p { color: rgb(170,162,103); }
H1.HeaderClassName
{
color: #AAA267;
}
.AnyTagClassName
{
color: #AAA267;
}
</style>
background-color css
<style>
a { background-color: #AAA267; }
a { background-color: rgb(170,162,103); }
div.DivClassName
{
background-color: #AAA267;
}
.BgClassName
{
background-color: #AAA267;
}
</style>
border-color css
<style>
span { border-color: #AAA267; }
span { border-color: rgb(170,162,103); }
td.TdClassName
{
border-color: #AAA267;
}
.TagClassName
{
border-color: #AAA267;
}
</style>