Shades of Gimblet #AAA35B
Tints of Gimblet #AAA35B
RGB
CMYK
RGB Variations
Color information
#AAA35B (or 0xAAA35B) is known color: Gimblet. HEX triplet: AA, A3 and 5B. RGB value is (170,163,91). Sum of RGB (Red+Green+Blue) = 170+163+91=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 91 (35.94% from 255 or 21.46% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA35B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA35B is #555CA4. Grayscale: #9D9D9D. Windows color (decimal): -5594277 or 6005674. OLE color: 6005674.
HSL color Cylindrical-coordinate representation of color #AAA35B: hue angle of 54.68º 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 #AAA35B is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 91 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.33 |
| HSL | 54.68º | 0.32% | 0.51% | - |
| HSV(B) | 54.68º | 0.46% | 0.67% | - |
| XYZ | 31.56 | 35.5 | 15.09 | - |
| YUV | 156.89 | 90.82 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 91 | 0 | 0.04 | 0.46 | 0.33 | 54.68 | 0.32 | 0.51 |
| Hex | AA | A3 | 5B | 0 | 4 | 2E | 21 | 37 | 20 | 33 |
| Octal | 252 | 243 | 133 | 0 | 4 | 56 | 41 | 67 | 40 | 63 |
| Binary | 10101010 | 10100011 | 1011011 | 0 | 100 | 101110 | 100001 | 110111 | 100000 | 110011 |
Color Harmonies of #AAA35B
Complementary color
Monochromatic Colors of #AAA35B
Black with #AAA35B
Text Example
Text Example
White with #AAA35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA35B; }
p { color: rgb(170,163,91); }
H1.HeaderClassName
{
color: #AAA35B;
}
.AnyTagClassName
{
color: #AAA35B;
}
</style>
background-color css
<style>
a { background-color: #AAA35B; }
a { background-color: rgb(170,163,91); }
div.DivClassName
{
background-color: #AAA35B;
}
.BgClassName
{
background-color: #AAA35B;
}
</style>
border-color css
<style>
span { border-color: #AAA35B; }
span { border-color: rgb(170,163,91); }
td.TdClassName
{
border-color: #AAA35B;
}
.TagClassName
{
border-color: #AAA35B;
}
</style>