Shades of Gimblet #AAA86D
Tints of Gimblet #AAA86D
RGB
CMYK
RGB Variations
Color information
#AAA86D (or 0xAAA86D) is known color: Gimblet. HEX triplet: AA, A8 and 6D. RGB value is (170,168,109). Sum of RGB (Red+Green+Blue) = 170+168+109=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA86D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA86D is #555792. Grayscale: #A2A2A2. Windows color (decimal): -5592979 or 7186602. OLE color: 7186602.
HSL color Cylindrical-coordinate representation of color #AAA86D: hue angle of 58.03º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAA86D is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 109 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.33 |
| HSL | 58.03º | 0.26% | 0.55% | - |
| HSV(B) | 58.03º | 0.36% | 0.67% | - |
| XYZ | 33.34 | 37.66 | 19.98 | - |
| YUV | 161.87 | 98.16 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 109 | 0 | 0.01 | 0.36 | 0.33 | 58.03 | 0.26 | 0.55 |
| Hex | AA | A8 | 6D | 0 | 1 | 24 | 21 | 3A | 1A | 37 |
| Octal | 252 | 250 | 155 | 0 | 1 | 44 | 41 | 72 | 32 | 67 |
| Binary | 10101010 | 10101000 | 1101101 | 0 | 1 | 100100 | 100001 | 111010 | 11010 | 110111 |
Color Harmonies of #AAA86D
Complementary color
Monochromatic Colors of #AAA86D
Black with #AAA86D
Text Example
Text Example
White with #AAA86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA86D; }
p { color: rgb(170,168,109); }
H1.HeaderClassName
{
color: #AAA86D;
}
.AnyTagClassName
{
color: #AAA86D;
}
</style>
background-color css
<style>
a { background-color: #AAA86D; }
a { background-color: rgb(170,168,109); }
div.DivClassName
{
background-color: #AAA86D;
}
.BgClassName
{
background-color: #AAA86D;
}
</style>
border-color css
<style>
span { border-color: #AAA86D; }
span { border-color: rgb(170,168,109); }
td.TdClassName
{
border-color: #AAA86D;
}
.TagClassName
{
border-color: #AAA86D;
}
</style>