Shades of Gimblet #AAA465
Tints of Gimblet #AAA465
RGB
CMYK
RGB Variations
Color information
#AAA465 (or 0xAAA465) is known color: Gimblet. HEX triplet: AA, A4 and 65. RGB value is (170,164,101). Sum of RGB (Red+Green+Blue) = 170+164+101=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA465 is #555B9A. Grayscale: #9E9E9E. Windows color (decimal): -5594011 or 6661290. OLE color: 6661290.
HSL color Cylindrical-coordinate representation of color #AAA465: hue angle of 54.78º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAA465 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 101 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.33 |
| HSL | 54.78º | 0.29% | 0.53% | - |
| HSV(B) | 54.78º | 0.41% | 0.67% | - |
| XYZ | 32.2 | 36.04 | 17.57 | - |
| YUV | 158.61 | 95.49 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 101 | 0 | 0.04 | 0.41 | 0.33 | 54.78 | 0.29 | 0.53 |
| Hex | AA | A4 | 65 | 0 | 4 | 29 | 21 | 37 | 1D | 35 |
| Octal | 252 | 244 | 145 | 0 | 4 | 51 | 41 | 67 | 35 | 65 |
| Binary | 10101010 | 10100100 | 1100101 | 0 | 100 | 101001 | 100001 | 110111 | 11101 | 110101 |
Color Harmonies of #AAA465
Complementary color
Monochromatic Colors of #AAA465
Black with #AAA465
Text Example
Text Example
White with #AAA465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA465; }
p { color: rgb(170,164,101); }
H1.HeaderClassName
{
color: #AAA465;
}
.AnyTagClassName
{
color: #AAA465;
}
</style>
background-color css
<style>
a { background-color: #AAA465; }
a { background-color: rgb(170,164,101); }
div.DivClassName
{
background-color: #AAA465;
}
.BgClassName
{
background-color: #AAA465;
}
</style>
border-color css
<style>
span { border-color: #AAA465; }
span { border-color: rgb(170,164,101); }
td.TdClassName
{
border-color: #AAA465;
}
.TagClassName
{
border-color: #AAA465;
}
</style>