Shades of Gimblet #AAA768
Tints of Gimblet #AAA768
RGB
CMYK
RGB Variations
Color information
#AAA768 (or 0xAAA768) is known color: Gimblet. HEX triplet: AA, A7 and 68. RGB value is (170,167,104). Sum of RGB (Red+Green+Blue) = 170+167+104=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA768 is #555897. Grayscale: #A0A0A0. Windows color (decimal): -5593240 or 6858666. OLE color: 6858666.
HSL color Cylindrical-coordinate representation of color #AAA768: hue angle of 57.27º 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 #AAA768 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 104 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.33 |
| HSL | 57.27º | 0.28% | 0.54% | - |
| HSV(B) | 57.27º | 0.39% | 0.67% | - |
| XYZ | 32.89 | 37.18 | 18.54 | - |
| YUV | 160.72 | 95.99 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 104 | 0 | 0.02 | 0.39 | 0.33 | 57.27 | 0.28 | 0.54 |
| Hex | AA | A7 | 68 | 0 | 2 | 27 | 21 | 39 | 1C | 36 |
| Octal | 252 | 247 | 150 | 0 | 2 | 47 | 41 | 71 | 34 | 66 |
| Binary | 10101010 | 10100111 | 1101000 | 0 | 10 | 100111 | 100001 | 111001 | 11100 | 110110 |
Color Harmonies of #AAA768
Complementary color
Monochromatic Colors of #AAA768
Black with #AAA768
Text Example
Text Example
White with #AAA768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA768; }
p { color: rgb(170,167,104); }
H1.HeaderClassName
{
color: #AAA768;
}
.AnyTagClassName
{
color: #AAA768;
}
</style>
background-color css
<style>
a { background-color: #AAA768; }
a { background-color: rgb(170,167,104); }
div.DivClassName
{
background-color: #AAA768;
}
.BgClassName
{
background-color: #AAA768;
}
</style>
border-color css
<style>
span { border-color: #AAA768; }
span { border-color: rgb(170,167,104); }
td.TdClassName
{
border-color: #AAA768;
}
.TagClassName
{
border-color: #AAA768;
}
</style>