Shades of Gimblet #AEA064
Tints of Gimblet #AEA064
RGB
CMYK
RGB Variations
Color information
#AEA064 (or 0xAEA064) is known color: Gimblet. HEX triplet: AE, A0 and 64. RGB value is (174,160,100). Sum of RGB (Red+Green+Blue) = 174+160+100=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA064 is #515F9B. Grayscale: #9D9D9D. Windows color (decimal): -5332892 or 6594734. OLE color: 6594734.
HSL color Cylindrical-coordinate representation of color #AEA064: hue angle of 48.65º degrees, saturation: 0.31, 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 #AEA064 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 160 | 100 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.32 |
| HSL | 48.65º | 0.31% | 0.54% | - |
| HSV(B) | 48.65º | 0.43% | 0.68% | - |
| XYZ | 32.33 | 35.06 | 17.12 | - |
| YUV | 157.35 | 95.64 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 160 | 100 | 0 | 0.08 | 0.43 | 0.32 | 48.65 | 0.31 | 0.54 |
| Hex | AE | A0 | 64 | 0 | 8 | 2B | 20 | 31 | 1F | 36 |
| Octal | 256 | 240 | 144 | 0 | 10 | 53 | 40 | 61 | 37 | 66 |
| Binary | 10101110 | 10100000 | 1100100 | 0 | 1000 | 101011 | 100000 | 110001 | 11111 | 110110 |
Color Harmonies of #AEA064
Complementary color
Monochromatic Colors of #AEA064
Black with #AEA064
Text Example
Text Example
White with #AEA064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA064; }
p { color: rgb(174,160,100); }
H1.HeaderClassName
{
color: #AEA064;
}
.AnyTagClassName
{
color: #AEA064;
}
</style>
background-color css
<style>
a { background-color: #AEA064; }
a { background-color: rgb(174,160,100); }
div.DivClassName
{
background-color: #AEA064;
}
.BgClassName
{
background-color: #AEA064;
}
</style>
border-color css
<style>
span { border-color: #AEA064; }
span { border-color: rgb(174,160,100); }
td.TdClassName
{
border-color: #AEA064;
}
.TagClassName
{
border-color: #AEA064;
}
</style>