Shades of Gimblet #AAA565
Tints of Gimblet #AAA565
RGB
CMYK
RGB Variations
Color information
#AAA565 (or 0xAAA565) is known color: Gimblet. HEX triplet: AA, A5 and 65. RGB value is (170,165,101). Sum of RGB (Red+Green+Blue) = 170+165+101=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA565 is #555A9A. Grayscale: #9F9F9F. Windows color (decimal): -5593755 or 6661546. OLE color: 6661546.
HSL color Cylindrical-coordinate representation of color #AAA565: hue angle of 55.65º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAA565 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 101 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.33 |
| HSL | 55.65º | 0.29% | 0.53% | - |
| HSV(B) | 55.65º | 0.41% | 0.67% | - |
| XYZ | 32.38 | 36.4 | 17.63 | - |
| YUV | 159.2 | 95.16 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 101 | 0 | 0.03 | 0.41 | 0.33 | 55.65 | 0.29 | 0.53 |
| Hex | AA | A5 | 65 | 0 | 3 | 29 | 21 | 38 | 1D | 35 |
| Octal | 252 | 245 | 145 | 0 | 3 | 51 | 41 | 70 | 35 | 65 |
| Binary | 10101010 | 10100101 | 1100101 | 0 | 11 | 101001 | 100001 | 111000 | 11101 | 110101 |
Color Harmonies of #AAA565
Complementary color
Monochromatic Colors of #AAA565
Black with #AAA565
Text Example
Text Example
White with #AAA565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA565; }
p { color: rgb(170,165,101); }
H1.HeaderClassName
{
color: #AAA565;
}
.AnyTagClassName
{
color: #AAA565;
}
</style>
background-color css
<style>
a { background-color: #AAA565; }
a { background-color: rgb(170,165,101); }
div.DivClassName
{
background-color: #AAA565;
}
.BgClassName
{
background-color: #AAA565;
}
</style>
border-color css
<style>
span { border-color: #AAA565; }
span { border-color: rgb(170,165,101); }
td.TdClassName
{
border-color: #AAA565;
}
.TagClassName
{
border-color: #AAA565;
}
</style>