Shades of Gimblet #AAA367
Tints of Gimblet #AAA367
RGB
CMYK
RGB Variations
Color information
#AAA367 (or 0xAAA367) is known color: Gimblet. HEX triplet: AA, A3 and 67. RGB value is (170,163,103). Sum of RGB (Red+Green+Blue) = 170+163+103=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 103 (40.62% from 255 or 23.62% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA367 is #555C98. Grayscale: #9E9E9E. Windows color (decimal): -5594265 or 6792106. OLE color: 6792106.
HSL color Cylindrical-coordinate representation of color #AAA367: hue angle of 53.73º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAA367 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 103 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.33 |
| HSL | 53.73º | 0.28% | 0.54% | - |
| HSV(B) | 53.73º | 0.39% | 0.67% | - |
| XYZ | 32.12 | 35.72 | 18.03 | - |
| YUV | 158.25 | 96.82 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 103 | 0 | 0.04 | 0.39 | 0.33 | 53.73 | 0.28 | 0.54 |
| Hex | AA | A3 | 67 | 0 | 4 | 27 | 21 | 36 | 1C | 36 |
| Octal | 252 | 243 | 147 | 0 | 4 | 47 | 41 | 66 | 34 | 66 |
| Binary | 10101010 | 10100011 | 1100111 | 0 | 100 | 100111 | 100001 | 110110 | 11100 | 110110 |
Color Harmonies of #AAA367
Complementary color
Monochromatic Colors of #AAA367
Black with #AAA367
Text Example
Text Example
White with #AAA367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA367; }
p { color: rgb(170,163,103); }
H1.HeaderClassName
{
color: #AAA367;
}
.AnyTagClassName
{
color: #AAA367;
}
</style>
background-color css
<style>
a { background-color: #AAA367; }
a { background-color: rgb(170,163,103); }
div.DivClassName
{
background-color: #AAA367;
}
.BgClassName
{
background-color: #AAA367;
}
</style>
border-color css
<style>
span { border-color: #AAA367; }
span { border-color: rgb(170,163,103); }
td.TdClassName
{
border-color: #AAA367;
}
.TagClassName
{
border-color: #AAA367;
}
</style>