Shades of Gimblet #AEA963
Tints of Gimblet #AEA963
RGB
CMYK
RGB Variations
Color information
#AEA963 (or 0xAEA963) is known color: Gimblet. HEX triplet: AE, A9 and 63. RGB value is (174,169,99). Sum of RGB (Red+Green+Blue) = 174+169+99=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 99 (39.06% from 255 or 22.40% from 442); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA963 is #51569C. Grayscale: #A2A2A2. Windows color (decimal): -5330589 or 6531502. OLE color: 6531502.
HSL color Cylindrical-coordinate representation of color #AEA963: hue angle of 56º 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 #AEA963 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 169 | 99 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.32 |
| HSL | 56º | 0.32% | 0.54% | - |
| HSV(B) | 56º | 0.43% | 0.68% | - |
| XYZ | 33.9 | 38.28 | 17.41 | - |
| YUV | 162.52 | 92.16 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 169 | 99 | 0 | 0.03 | 0.43 | 0.32 | 56 | 0.32 | 0.54 |
| Hex | AE | A9 | 63 | 0 | 3 | 2B | 20 | 38 | 20 | 36 |
| Octal | 256 | 251 | 143 | 0 | 3 | 53 | 40 | 70 | 40 | 66 |
| Binary | 10101110 | 10101001 | 1100011 | 0 | 11 | 101011 | 100000 | 111000 | 100000 | 110110 |
Color Harmonies of #AEA963
Complementary color
Monochromatic Colors of #AEA963
Black with #AEA963
Text Example
Text Example
White with #AEA963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA963; }
p { color: rgb(174,169,99); }
H1.HeaderClassName
{
color: #AEA963;
}
.AnyTagClassName
{
color: #AEA963;
}
</style>
background-color css
<style>
a { background-color: #AEA963; }
a { background-color: rgb(174,169,99); }
div.DivClassName
{
background-color: #AEA963;
}
.BgClassName
{
background-color: #AEA963;
}
</style>
border-color css
<style>
span { border-color: #AEA963; }
span { border-color: rgb(174,169,99); }
td.TdClassName
{
border-color: #AEA963;
}
.TagClassName
{
border-color: #AEA963;
}
</style>