Shades of Gimblet #AEAA63
Tints of Gimblet #AEAA63
RGB
CMYK
RGB Variations
Color information
#AEAA63 (or 0xAEAA63) is known color: Gimblet. HEX triplet: AE, AA and 63. RGB value is (174,170,99). Sum of RGB (Red+Green+Blue) = 174+170+99=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 99 (39.06% from 255 or 22.35% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAA63 is #51559C. Grayscale: #A3A3A3. Windows color (decimal): -5330333 or 6531758. OLE color: 6531758.
HSL color Cylindrical-coordinate representation of color #AEAA63: hue angle of 56.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AEAA63 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 170 | 99 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.32 |
| HSL | 56.8º | 0.32% | 0.54% | - |
| HSV(B) | 56.8º | 0.43% | 0.68% | - |
| XYZ | 34.08 | 38.65 | 17.47 | - |
| YUV | 163.1 | 91.83 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 170 | 99 | 0 | 0.02 | 0.43 | 0.32 | 56.8 | 0.32 | 0.54 |
| Hex | AE | AA | 63 | 0 | 2 | 2B | 20 | 39 | 20 | 36 |
| Octal | 256 | 252 | 143 | 0 | 2 | 53 | 40 | 71 | 40 | 66 |
| Binary | 10101110 | 10101010 | 1100011 | 0 | 10 | 101011 | 100000 | 111001 | 100000 | 110110 |
Color Harmonies of #AEAA63
Complementary color
Monochromatic Colors of #AEAA63
Black with #AEAA63
Text Example
Text Example
White with #AEAA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAA63; }
p { color: rgb(174,170,99); }
H1.HeaderClassName
{
color: #AEAA63;
}
.AnyTagClassName
{
color: #AEAA63;
}
</style>
background-color css
<style>
a { background-color: #AEAA63; }
a { background-color: rgb(174,170,99); }
div.DivClassName
{
background-color: #AEAA63;
}
.BgClassName
{
background-color: #AEAA63;
}
</style>
border-color css
<style>
span { border-color: #AEAA63; }
span { border-color: rgb(174,170,99); }
td.TdClassName
{
border-color: #AEAA63;
}
.TagClassName
{
border-color: #AEAA63;
}
</style>