Shades of Gimblet #AAA05D
Tints of Gimblet #AAA05D
RGB
CMYK
RGB Variations
Color information
#AAA05D (or 0xAAA05D) is known color: Gimblet. HEX triplet: AA, A0 and 5D. RGB value is (170,160,93). Sum of RGB (Red+Green+Blue) = 170+160+93=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA05D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA05D is #555FA2. Grayscale: #9B9B9B. Windows color (decimal): -5595043 or 6135978. OLE color: 6135978.
HSL color Cylindrical-coordinate representation of color #AAA05D: hue angle of 52.21º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAA05D is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 93 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.33 |
| HSL | 52.21º | 0.31% | 0.52% | - |
| HSV(B) | 52.21º | 0.45% | 0.67% | - |
| XYZ | 31.12 | 34.48 | 15.37 | - |
| YUV | 155.35 | 92.81 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 93 | 0 | 0.06 | 0.45 | 0.33 | 52.21 | 0.31 | 0.52 |
| Hex | AA | A0 | 5D | 0 | 6 | 2D | 21 | 34 | 1F | 34 |
| Octal | 252 | 240 | 135 | 0 | 6 | 55 | 41 | 64 | 37 | 64 |
| Binary | 10101010 | 10100000 | 1011101 | 0 | 110 | 101101 | 100001 | 110100 | 11111 | 110100 |
Color Harmonies of #AAA05D
Complementary color
Monochromatic Colors of #AAA05D
Black with #AAA05D
Text Example
Text Example
White with #AAA05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA05D; }
p { color: rgb(170,160,93); }
H1.HeaderClassName
{
color: #AAA05D;
}
.AnyTagClassName
{
color: #AAA05D;
}
</style>
background-color css
<style>
a { background-color: #AAA05D; }
a { background-color: rgb(170,160,93); }
div.DivClassName
{
background-color: #AAA05D;
}
.BgClassName
{
background-color: #AAA05D;
}
</style>
border-color css
<style>
span { border-color: #AAA05D; }
span { border-color: rgb(170,160,93); }
td.TdClassName
{
border-color: #AAA05D;
}
.TagClassName
{
border-color: #AAA05D;
}
</style>