Shades of Gimblet #AAA25C
Tints of Gimblet #AAA25C
RGB
CMYK
RGB Variations
Color information
#AAA25C (or 0xAAA25C) is known color: Gimblet. HEX triplet: AA, A2 and 5C. RGB value is (170,162,92). Sum of RGB (Red+Green+Blue) = 170+162+92=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA25C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA25C is #555DA3. Grayscale: #9C9C9C. Windows color (decimal): -5594532 or 6070954. OLE color: 6070954.
HSL color Cylindrical-coordinate representation of color #AAA25C: hue angle of 53.85º 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 #AAA25C is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 92 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.33 |
| HSL | 53.85º | 0.31% | 0.51% | - |
| HSV(B) | 53.85º | 0.46% | 0.67% | - |
| XYZ | 31.43 | 35.16 | 15.26 | - |
| YUV | 156.41 | 91.65 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 92 | 0 | 0.05 | 0.46 | 0.33 | 53.85 | 0.31 | 0.51 |
| Hex | AA | A2 | 5C | 0 | 5 | 2E | 21 | 36 | 1F | 33 |
| Octal | 252 | 242 | 134 | 0 | 5 | 56 | 41 | 66 | 37 | 63 |
| Binary | 10101010 | 10100010 | 1011100 | 0 | 101 | 101110 | 100001 | 110110 | 11111 | 110011 |
Color Harmonies of #AAA25C
Complementary color
Monochromatic Colors of #AAA25C
Black with #AAA25C
Text Example
Text Example
White with #AAA25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA25C; }
p { color: rgb(170,162,92); }
H1.HeaderClassName
{
color: #AAA25C;
}
.AnyTagClassName
{
color: #AAA25C;
}
</style>
background-color css
<style>
a { background-color: #AAA25C; }
a { background-color: rgb(170,162,92); }
div.DivClassName
{
background-color: #AAA25C;
}
.BgClassName
{
background-color: #AAA25C;
}
</style>
border-color css
<style>
span { border-color: #AAA25C; }
span { border-color: rgb(170,162,92); }
td.TdClassName
{
border-color: #AAA25C;
}
.TagClassName
{
border-color: #AAA25C;
}
</style>