Shades of Gimblet #AAA86C
Tints of Gimblet #AAA86C
RGB
CMYK
RGB Variations
Color information
#AAA86C (or 0xAAA86C) is known color: Gimblet. HEX triplet: AA, A8 and 6C. RGB value is (170,168,108). Sum of RGB (Red+Green+Blue) = 170+168+108=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA86C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA86C is #555793. Grayscale: #A2A2A2. Windows color (decimal): -5592980 or 7121066. OLE color: 7121066.
HSL color Cylindrical-coordinate representation of color #AAA86C: hue angle of 58.06º degrees, saturation: 0.27, 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 #AAA86C is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 108 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.33 |
| HSL | 58.06º | 0.27% | 0.55% | - |
| HSV(B) | 58.06º | 0.36% | 0.67% | - |
| XYZ | 33.29 | 37.63 | 19.7 | - |
| YUV | 161.76 | 97.66 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 108 | 0 | 0.01 | 0.36 | 0.33 | 58.06 | 0.27 | 0.55 |
| Hex | AA | A8 | 6C | 0 | 1 | 24 | 21 | 3A | 1B | 37 |
| Octal | 252 | 250 | 154 | 0 | 1 | 44 | 41 | 72 | 33 | 67 |
| Binary | 10101010 | 10101000 | 1101100 | 0 | 1 | 100100 | 100001 | 111010 | 11011 | 110111 |
Color Harmonies of #AAA86C
Complementary color
Monochromatic Colors of #AAA86C
Black with #AAA86C
Text Example
Text Example
White with #AAA86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA86C; }
p { color: rgb(170,168,108); }
H1.HeaderClassName
{
color: #AAA86C;
}
.AnyTagClassName
{
color: #AAA86C;
}
</style>
background-color css
<style>
a { background-color: #AAA86C; }
a { background-color: rgb(170,168,108); }
div.DivClassName
{
background-color: #AAA86C;
}
.BgClassName
{
background-color: #AAA86C;
}
</style>
border-color css
<style>
span { border-color: #AAA86C; }
span { border-color: rgb(170,168,108); }
td.TdClassName
{
border-color: #AAA86C;
}
.TagClassName
{
border-color: #AAA86C;
}
</style>