Shades of Gimblet #AAA05C
Tints of Gimblet #AAA05C
RGB
CMYK
RGB Variations
Color information
#AAA05C (or 0xAAA05C) is known color: Gimblet. HEX triplet: AA, A0 and 5C. RGB value is (170,160,92). Sum of RGB (Red+Green+Blue) = 170+160+92=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA05C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA05C is #555FA3. Grayscale: #9B9B9B. Windows color (decimal): -5595044 or 6070442. OLE color: 6070442.
HSL color Cylindrical-coordinate representation of color #AAA05C: hue angle of 52.31º degrees, saturation: 0.31, 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 #AAA05C is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 92 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.33 |
| HSL | 52.31º | 0.31% | 0.51% | - |
| HSV(B) | 52.31º | 0.46% | 0.67% | - |
| XYZ | 31.08 | 34.46 | 15.14 | - |
| YUV | 155.24 | 92.31 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 92 | 0 | 0.06 | 0.46 | 0.33 | 52.31 | 0.31 | 0.51 |
| Hex | AA | A0 | 5C | 0 | 6 | 2E | 21 | 34 | 1F | 33 |
| Octal | 252 | 240 | 134 | 0 | 6 | 56 | 41 | 64 | 37 | 63 |
| Binary | 10101010 | 10100000 | 1011100 | 0 | 110 | 101110 | 100001 | 110100 | 11111 | 110011 |
Color Harmonies of #AAA05C
Complementary color
Monochromatic Colors of #AAA05C
Black with #AAA05C
Text Example
Text Example
White with #AAA05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA05C; }
p { color: rgb(170,160,92); }
H1.HeaderClassName
{
color: #AAA05C;
}
.AnyTagClassName
{
color: #AAA05C;
}
</style>
background-color css
<style>
a { background-color: #AAA05C; }
a { background-color: rgb(170,160,92); }
div.DivClassName
{
background-color: #AAA05C;
}
.BgClassName
{
background-color: #AAA05C;
}
</style>
border-color css
<style>
span { border-color: #AAA05C; }
span { border-color: rgb(170,160,92); }
td.TdClassName
{
border-color: #AAA05C;
}
.TagClassName
{
border-color: #AAA05C;
}
</style>