Shades of Gimblet #AAA258
Tints of Gimblet #AAA258
RGB
CMYK
RGB Variations
Color information
#AAA258 (or 0xAAA258) is known color: Gimblet. HEX triplet: AA, A2 and 58. RGB value is (170,162,88). Sum of RGB (Red+Green+Blue) = 170+162+88=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 88 (34.77% from 255 or 20.95% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA258 is #555DA7. Grayscale: #9C9C9C. Windows color (decimal): -5594536 or 5808810. OLE color: 5808810.
HSL color Cylindrical-coordinate representation of color #AAA258: hue angle of 54.15º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAA258 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 88 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.33 |
| HSL | 54.15º | 0.33% | 0.51% | - |
| HSV(B) | 54.15º | 0.48% | 0.67% | - |
| XYZ | 31.26 | 35.09 | 14.36 | - |
| YUV | 155.96 | 89.65 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 88 | 0 | 0.05 | 0.48 | 0.33 | 54.15 | 0.33 | 0.51 |
| Hex | AA | A2 | 58 | 0 | 5 | 30 | 21 | 36 | 21 | 33 |
| Octal | 252 | 242 | 130 | 0 | 5 | 60 | 41 | 66 | 41 | 63 |
| Binary | 10101010 | 10100010 | 1011000 | 0 | 101 | 110000 | 100001 | 110110 | 100001 | 110011 |
Color Harmonies of #AAA258
Complementary color
Monochromatic Colors of #AAA258
Black with #AAA258
Text Example
Text Example
White with #AAA258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA258; }
p { color: rgb(170,162,88); }
H1.HeaderClassName
{
color: #AAA258;
}
.AnyTagClassName
{
color: #AAA258;
}
</style>
background-color css
<style>
a { background-color: #AAA258; }
a { background-color: rgb(170,162,88); }
div.DivClassName
{
background-color: #AAA258;
}
.BgClassName
{
background-color: #AAA258;
}
</style>
border-color css
<style>
span { border-color: #AAA258; }
span { border-color: rgb(170,162,88); }
td.TdClassName
{
border-color: #AAA258;
}
.TagClassName
{
border-color: #AAA258;
}
</style>