Shades of Gimblet #AAA46B
Tints of Gimblet #AAA46B
RGB
CMYK
RGB Variations
Color information
#AAA46B (or 0xAAA46B) is known color: Gimblet. HEX triplet: AA, A4 and 6B. RGB value is (170,164,107). Sum of RGB (Red+Green+Blue) = 170+164+107=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 107 (42.19% from 255 or 24.26% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA46B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA46B is #555B94. Grayscale: #9F9F9F. Windows color (decimal): -5594005 or 7054506. OLE color: 7054506.
HSL color Cylindrical-coordinate representation of color #AAA46B: hue angle of 54.29º 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 #AAA46B is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 107 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.33 |
| HSL | 54.29º | 0.27% | 0.54% | - |
| HSV(B) | 54.29º | 0.37% | 0.67% | - |
| XYZ | 32.51 | 36.16 | 19.18 | - |
| YUV | 159.3 | 98.49 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 107 | 0 | 0.04 | 0.37 | 0.33 | 54.29 | 0.27 | 0.54 |
| Hex | AA | A4 | 6B | 0 | 4 | 25 | 21 | 36 | 1B | 36 |
| Octal | 252 | 244 | 153 | 0 | 4 | 45 | 41 | 66 | 33 | 66 |
| Binary | 10101010 | 10100100 | 1101011 | 0 | 100 | 100101 | 100001 | 110110 | 11011 | 110110 |
Color Harmonies of #AAA46B
Complementary color
Monochromatic Colors of #AAA46B
Black with #AAA46B
Text Example
Text Example
White with #AAA46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA46B; }
p { color: rgb(170,164,107); }
H1.HeaderClassName
{
color: #AAA46B;
}
.AnyTagClassName
{
color: #AAA46B;
}
</style>
background-color css
<style>
a { background-color: #AAA46B; }
a { background-color: rgb(170,164,107); }
div.DivClassName
{
background-color: #AAA46B;
}
.BgClassName
{
background-color: #AAA46B;
}
</style>
border-color css
<style>
span { border-color: #AAA46B; }
span { border-color: rgb(170,164,107); }
td.TdClassName
{
border-color: #AAA46B;
}
.TagClassName
{
border-color: #AAA46B;
}
</style>