Shades of Gimblet #AAA86B
Tints of Gimblet #AAA86B
RGB
CMYK
RGB Variations
Color information
#AAA86B (or 0xAAA86B) is known color: Gimblet. HEX triplet: AA, A8 and 6B. RGB value is (170,168,107). Sum of RGB (Red+Green+Blue) = 170+168+107=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA86B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA86B is #555794. Grayscale: #A1A1A1. Windows color (decimal): -5592981 or 7055530. OLE color: 7055530.
HSL color Cylindrical-coordinate representation of color #AAA86B: hue angle of 58.1º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAA86B is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 107 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.33 |
| HSL | 58.1º | 0.27% | 0.54% | - |
| HSV(B) | 58.1º | 0.37% | 0.67% | - |
| XYZ | 33.23 | 37.61 | 19.42 | - |
| YUV | 161.64 | 97.16 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 107 | 0 | 0.01 | 0.37 | 0.33 | 58.1 | 0.27 | 0.54 |
| Hex | AA | A8 | 6B | 0 | 1 | 25 | 21 | 3A | 1B | 36 |
| Octal | 252 | 250 | 153 | 0 | 1 | 45 | 41 | 72 | 33 | 66 |
| Binary | 10101010 | 10101000 | 1101011 | 0 | 1 | 100101 | 100001 | 111010 | 11011 | 110110 |
Color Harmonies of #AAA86B
Complementary color
Monochromatic Colors of #AAA86B
Black with #AAA86B
Text Example
Text Example
White with #AAA86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA86B; }
p { color: rgb(170,168,107); }
H1.HeaderClassName
{
color: #AAA86B;
}
.AnyTagClassName
{
color: #AAA86B;
}
</style>
background-color css
<style>
a { background-color: #AAA86B; }
a { background-color: rgb(170,168,107); }
div.DivClassName
{
background-color: #AAA86B;
}
.BgClassName
{
background-color: #AAA86B;
}
</style>
border-color css
<style>
span { border-color: #AAA86B; }
span { border-color: rgb(170,168,107); }
td.TdClassName
{
border-color: #AAA86B;
}
.TagClassName
{
border-color: #AAA86B;
}
</style>