Shades of Gimblet #AAA25B
Tints of Gimblet #AAA25B
RGB
CMYK
RGB Variations
Color information
#AAA25B (or 0xAAA25B) is known color: Gimblet. HEX triplet: AA, A2 and 5B. RGB value is (170,162,91). Sum of RGB (Red+Green+Blue) = 170+162+91=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA25B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA25B is #555DA4. Grayscale: #9C9C9C. Windows color (decimal): -5594533 or 6005418. OLE color: 6005418.
HSL color Cylindrical-coordinate representation of color #AAA25B: hue angle of 53.92º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAA25B is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 91 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.33 |
| HSL | 53.92º | 0.32% | 0.51% | - |
| HSV(B) | 53.92º | 0.46% | 0.67% | - |
| XYZ | 31.39 | 35.14 | 15.03 | - |
| YUV | 156.3 | 91.15 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 91 | 0 | 0.05 | 0.46 | 0.33 | 53.92 | 0.32 | 0.51 |
| Hex | AA | A2 | 5B | 0 | 5 | 2E | 21 | 36 | 20 | 33 |
| Octal | 252 | 242 | 133 | 0 | 5 | 56 | 41 | 66 | 40 | 63 |
| Binary | 10101010 | 10100010 | 1011011 | 0 | 101 | 101110 | 100001 | 110110 | 100000 | 110011 |
Color Harmonies of #AAA25B
Complementary color
Monochromatic Colors of #AAA25B
Black with #AAA25B
Text Example
Text Example
White with #AAA25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA25B; }
p { color: rgb(170,162,91); }
H1.HeaderClassName
{
color: #AAA25B;
}
.AnyTagClassName
{
color: #AAA25B;
}
</style>
background-color css
<style>
a { background-color: #AAA25B; }
a { background-color: rgb(170,162,91); }
div.DivClassName
{
background-color: #AAA25B;
}
.BgClassName
{
background-color: #AAA25B;
}
</style>
border-color css
<style>
span { border-color: #AAA25B; }
span { border-color: rgb(170,162,91); }
td.TdClassName
{
border-color: #AAA25B;
}
.TagClassName
{
border-color: #AAA25B;
}
</style>