Shades of Gimblet #AEA463
Tints of Gimblet #AEA463
RGB
CMYK
RGB Variations
Color information
#AEA463 (or 0xAEA463) is known color: Gimblet. HEX triplet: AE, A4 and 63. RGB value is (174,164,99). Sum of RGB (Red+Green+Blue) = 174+164+99=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 99 (39.06% from 255 or 22.65% from 437); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA463 is #515B9C. Grayscale: #9F9F9F. Windows color (decimal): -5331869 or 6530222. OLE color: 6530222.
HSL color Cylindrical-coordinate representation of color #AEA463: hue angle of 52º 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 #AEA463 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 164 | 99 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.32 |
| HSL | 52º | 0.32% | 0.54% | - |
| HSV(B) | 52º | 0.43% | 0.68% | - |
| XYZ | 32.98 | 36.45 | 17.1 | - |
| YUV | 159.58 | 93.81 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 164 | 99 | 0 | 0.06 | 0.43 | 0.32 | 52 | 0.32 | 0.54 |
| Hex | AE | A4 | 63 | 0 | 6 | 2B | 20 | 34 | 20 | 36 |
| Octal | 256 | 244 | 143 | 0 | 6 | 53 | 40 | 64 | 40 | 66 |
| Binary | 10101110 | 10100100 | 1100011 | 0 | 110 | 101011 | 100000 | 110100 | 100000 | 110110 |
Color Harmonies of #AEA463
Complementary color
Monochromatic Colors of #AEA463
Black with #AEA463
Text Example
Text Example
White with #AEA463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA463; }
p { color: rgb(174,164,99); }
H1.HeaderClassName
{
color: #AEA463;
}
.AnyTagClassName
{
color: #AEA463;
}
</style>
background-color css
<style>
a { background-color: #AEA463; }
a { background-color: rgb(174,164,99); }
div.DivClassName
{
background-color: #AEA463;
}
.BgClassName
{
background-color: #AEA463;
}
</style>
border-color css
<style>
span { border-color: #AEA463; }
span { border-color: rgb(174,164,99); }
td.TdClassName
{
border-color: #AEA463;
}
.TagClassName
{
border-color: #AEA463;
}
</style>