Shades of Gimblet #AAA461
Tints of Gimblet #AAA461
RGB
CMYK
RGB Variations
Color information
#AAA461 (or 0xAAA461) is known color: Gimblet. HEX triplet: AA, A4 and 61. RGB value is (170,164,97). Sum of RGB (Red+Green+Blue) = 170+164+97=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA461 is #555B9E. Grayscale: #9E9E9E. Windows color (decimal): -5594015 or 6399146. OLE color: 6399146.
HSL color Cylindrical-coordinate representation of color #AAA461: hue angle of 55.07º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAA461 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 97 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.33 |
| HSL | 55.07º | 0.3% | 0.52% | - |
| HSV(B) | 55.07º | 0.43% | 0.67% | - |
| XYZ | 32.01 | 35.96 | 16.56 | - |
| YUV | 158.16 | 93.49 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 97 | 0 | 0.04 | 0.43 | 0.33 | 55.07 | 0.3 | 0.52 |
| Hex | AA | A4 | 61 | 0 | 4 | 2B | 21 | 37 | 1E | 34 |
| Octal | 252 | 244 | 141 | 0 | 4 | 53 | 41 | 67 | 36 | 64 |
| Binary | 10101010 | 10100100 | 1100001 | 0 | 100 | 101011 | 100001 | 110111 | 11110 | 110100 |
Color Harmonies of #AAA461
Complementary color
Monochromatic Colors of #AAA461
Black with #AAA461
Text Example
Text Example
White with #AAA461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA461; }
p { color: rgb(170,164,97); }
H1.HeaderClassName
{
color: #AAA461;
}
.AnyTagClassName
{
color: #AAA461;
}
</style>
background-color css
<style>
a { background-color: #AAA461; }
a { background-color: rgb(170,164,97); }
div.DivClassName
{
background-color: #AAA461;
}
.BgClassName
{
background-color: #AAA461;
}
</style>
border-color css
<style>
span { border-color: #AAA461; }
span { border-color: rgb(170,164,97); }
td.TdClassName
{
border-color: #AAA461;
}
.TagClassName
{
border-color: #AAA461;
}
</style>