Shades of Gimblet #AAA56B
Tints of Gimblet #AAA56B
RGB
CMYK
RGB Variations
Color information
#AAA56B (or 0xAAA56B) is known color: Gimblet. HEX triplet: AA, A5 and 6B. RGB value is (170,165,107). Sum of RGB (Red+Green+Blue) = 170+165+107=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA56B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA56B is #555A94. Grayscale: #A0A0A0. Windows color (decimal): -5593749 or 7054762. OLE color: 7054762.
HSL color Cylindrical-coordinate representation of color #AAA56B: hue angle of 55.24º 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 #AAA56B is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 107 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.33 |
| HSL | 55.24º | 0.27% | 0.54% | - |
| HSV(B) | 55.24º | 0.37% | 0.67% | - |
| XYZ | 32.69 | 36.52 | 19.24 | - |
| YUV | 159.88 | 98.16 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 107 | 0 | 0.03 | 0.37 | 0.33 | 55.24 | 0.27 | 0.54 |
| Hex | AA | A5 | 6B | 0 | 3 | 25 | 21 | 37 | 1B | 36 |
| Octal | 252 | 245 | 153 | 0 | 3 | 45 | 41 | 67 | 33 | 66 |
| Binary | 10101010 | 10100101 | 1101011 | 0 | 11 | 100101 | 100001 | 110111 | 11011 | 110110 |
Color Harmonies of #AAA56B
Complementary color
Monochromatic Colors of #AAA56B
Black with #AAA56B
Text Example
Text Example
White with #AAA56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA56B; }
p { color: rgb(170,165,107); }
H1.HeaderClassName
{
color: #AAA56B;
}
.AnyTagClassName
{
color: #AAA56B;
}
</style>
background-color css
<style>
a { background-color: #AAA56B; }
a { background-color: rgb(170,165,107); }
div.DivClassName
{
background-color: #AAA56B;
}
.BgClassName
{
background-color: #AAA56B;
}
</style>
border-color css
<style>
span { border-color: #AAA56B; }
span { border-color: rgb(170,165,107); }
td.TdClassName
{
border-color: #AAA56B;
}
.TagClassName
{
border-color: #AAA56B;
}
</style>