Shades of Gimblet #AAA769
Tints of Gimblet #AAA769
RGB
CMYK
RGB Variations
Color information
#AAA769 (or 0xAAA769) is known color: Gimblet. HEX triplet: AA, A7 and 69. RGB value is (170,167,105). Sum of RGB (Red+Green+Blue) = 170+167+105=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA769 is #555896. Grayscale: #A1A1A1. Windows color (decimal): -5593239 or 6924202. OLE color: 6924202.
HSL color Cylindrical-coordinate representation of color #AAA769: hue angle of 57.23º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAA769 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 105 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.33 |
| HSL | 57.23º | 0.28% | 0.54% | - |
| HSV(B) | 57.23º | 0.38% | 0.67% | - |
| XYZ | 32.95 | 37.2 | 18.81 | - |
| YUV | 160.83 | 96.49 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 105 | 0 | 0.02 | 0.38 | 0.33 | 57.23 | 0.28 | 0.54 |
| Hex | AA | A7 | 69 | 0 | 2 | 26 | 21 | 39 | 1C | 36 |
| Octal | 252 | 247 | 151 | 0 | 2 | 46 | 41 | 71 | 34 | 66 |
| Binary | 10101010 | 10100111 | 1101001 | 0 | 10 | 100110 | 100001 | 111001 | 11100 | 110110 |
Color Harmonies of #AAA769
Complementary color
Monochromatic Colors of #AAA769
Black with #AAA769
Text Example
Text Example
White with #AAA769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA769; }
p { color: rgb(170,167,105); }
H1.HeaderClassName
{
color: #AAA769;
}
.AnyTagClassName
{
color: #AAA769;
}
</style>
background-color css
<style>
a { background-color: #AAA769; }
a { background-color: rgb(170,167,105); }
div.DivClassName
{
background-color: #AAA769;
}
.BgClassName
{
background-color: #AAA769;
}
</style>
border-color css
<style>
span { border-color: #AAA769; }
span { border-color: rgb(170,167,105); }
td.TdClassName
{
border-color: #AAA769;
}
.TagClassName
{
border-color: #AAA769;
}
</style>