Shades of Gimblet #AAA35A
Tints of Gimblet #AAA35A
RGB
CMYK
RGB Variations
Color information
#AAA35A (or 0xAAA35A) is known color: Gimblet. HEX triplet: AA, A3 and 5A. RGB value is (170,163,90). Sum of RGB (Red+Green+Blue) = 170+163+90=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA35A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA35A is #555CA5. Grayscale: #9D9D9D. Windows color (decimal): -5594278 or 5940138. OLE color: 5940138.
HSL color Cylindrical-coordinate representation of color #AAA35A: hue angle of 54.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAA35A is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 90 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.33 |
| HSL | 54.75º | 0.32% | 0.51% | - |
| HSV(B) | 54.75º | 0.47% | 0.67% | - |
| XYZ | 31.52 | 35.48 | 14.86 | - |
| YUV | 156.77 | 90.32 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 90 | 0 | 0.04 | 0.47 | 0.33 | 54.75 | 0.32 | 0.51 |
| Hex | AA | A3 | 5A | 0 | 4 | 2F | 21 | 37 | 20 | 33 |
| Octal | 252 | 243 | 132 | 0 | 4 | 57 | 41 | 67 | 40 | 63 |
| Binary | 10101010 | 10100011 | 1011010 | 0 | 100 | 101111 | 100001 | 110111 | 100000 | 110011 |
Color Harmonies of #AAA35A
Complementary color
Monochromatic Colors of #AAA35A
Black with #AAA35A
Text Example
Text Example
White with #AAA35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA35A; }
p { color: rgb(170,163,90); }
H1.HeaderClassName
{
color: #AAA35A;
}
.AnyTagClassName
{
color: #AAA35A;
}
</style>
background-color css
<style>
a { background-color: #AAA35A; }
a { background-color: rgb(170,163,90); }
div.DivClassName
{
background-color: #AAA35A;
}
.BgClassName
{
background-color: #AAA35A;
}
</style>
border-color css
<style>
span { border-color: #AAA35A; }
span { border-color: rgb(170,163,90); }
td.TdClassName
{
border-color: #AAA35A;
}
.TagClassName
{
border-color: #AAA35A;
}
</style>