Shades of Gimblet #AAA765
Tints of Gimblet #AAA765
RGB
CMYK
RGB Variations
Color information
#AAA765 (or 0xAAA765) is known color: Gimblet. HEX triplet: AA, A7 and 65. RGB value is (170,167,101). Sum of RGB (Red+Green+Blue) = 170+167+101=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA765 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA765 is #55589A. Grayscale: #A0A0A0. Windows color (decimal): -5593243 or 6662058. OLE color: 6662058.
HSL color Cylindrical-coordinate representation of color #AAA765: hue angle of 57.39º 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 #AAA765 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 101 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.33 |
| HSL | 57.39º | 0.29% | 0.53% | - |
| HSV(B) | 57.39º | 0.41% | 0.67% | - |
| XYZ | 32.75 | 37.12 | 17.75 | - |
| YUV | 160.37 | 94.49 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 101 | 0 | 0.02 | 0.41 | 0.33 | 57.39 | 0.29 | 0.53 |
| Hex | AA | A7 | 65 | 0 | 2 | 29 | 21 | 39 | 1D | 35 |
| Octal | 252 | 247 | 145 | 0 | 2 | 51 | 41 | 71 | 35 | 65 |
| Binary | 10101010 | 10100111 | 1100101 | 0 | 10 | 101001 | 100001 | 111001 | 11101 | 110101 |
Color Harmonies of #AAA765
Complementary color
Monochromatic Colors of #AAA765
Black with #AAA765
Text Example
Text Example
White with #AAA765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA765; }
p { color: rgb(170,167,101); }
H1.HeaderClassName
{
color: #AAA765;
}
.AnyTagClassName
{
color: #AAA765;
}
</style>
background-color css
<style>
a { background-color: #AAA765; }
a { background-color: rgb(170,167,101); }
div.DivClassName
{
background-color: #AAA765;
}
.BgClassName
{
background-color: #AAA765;
}
</style>
border-color css
<style>
span { border-color: #AAA765; }
span { border-color: rgb(170,167,101); }
td.TdClassName
{
border-color: #AAA765;
}
.TagClassName
{
border-color: #AAA765;
}
</style>