Shades of Gimblet #AAA566
Tints of Gimblet #AAA566
RGB
CMYK
RGB Variations
Color information
#AAA566 (or 0xAAA566) is known color: Gimblet. HEX triplet: AA, A5 and 66. RGB value is (170,165,102). Sum of RGB (Red+Green+Blue) = 170+165+102=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA566 is #555A99. Grayscale: #9F9F9F. Windows color (decimal): -5593754 or 6727082. OLE color: 6727082.
HSL color Cylindrical-coordinate representation of color #AAA566: hue angle of 55.59º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAA566 is Cyan = 0, Magento = 0.03, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 102 | - |
| CMYK | 0 | 0.03 | 0.4 | 0.33 |
| HSL | 55.59º | 0.29% | 0.53% | - |
| HSV(B) | 55.59º | 0.4% | 0.67% | - |
| XYZ | 32.43 | 36.42 | 17.89 | - |
| YUV | 159.31 | 95.66 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 102 | 0 | 0.03 | 0.4 | 0.33 | 55.59 | 0.29 | 0.53 |
| Hex | AA | A5 | 66 | 0 | 3 | 28 | 21 | 38 | 1D | 35 |
| Octal | 252 | 245 | 146 | 0 | 3 | 50 | 41 | 70 | 35 | 65 |
| Binary | 10101010 | 10100101 | 1100110 | 0 | 11 | 101000 | 100001 | 111000 | 11101 | 110101 |
Color Harmonies of #AAA566
Complementary color
Monochromatic Colors of #AAA566
Black with #AAA566
Text Example
Text Example
White with #AAA566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA566; }
p { color: rgb(170,165,102); }
H1.HeaderClassName
{
color: #AAA566;
}
.AnyTagClassName
{
color: #AAA566;
}
</style>
background-color css
<style>
a { background-color: #AAA566; }
a { background-color: rgb(170,165,102); }
div.DivClassName
{
background-color: #AAA566;
}
.BgClassName
{
background-color: #AAA566;
}
</style>
border-color css
<style>
span { border-color: #AAA566; }
span { border-color: rgb(170,165,102); }
td.TdClassName
{
border-color: #AAA566;
}
.TagClassName
{
border-color: #AAA566;
}
</style>