Shades of Gimblet #AEA664
Tints of Gimblet #AEA664
RGB
CMYK
RGB Variations
Color information
#AEA664 (or 0xAEA664) is known color: Gimblet. HEX triplet: AE, A6 and 64. RGB value is (174,166,100). Sum of RGB (Red+Green+Blue) = 174+166+100=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 100 (39.45% from 255 or 22.73% from 440); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA664 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA664 is #51599B. Grayscale: #A1A1A1. Windows color (decimal): -5331356 or 6596270. OLE color: 6596270.
HSL color Cylindrical-coordinate representation of color #AEA664: hue angle of 53.51º 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 #AEA664 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 166 | 100 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.32 |
| HSL | 53.51º | 0.31% | 0.54% | - |
| HSV(B) | 53.51º | 0.43% | 0.68% | - |
| XYZ | 33.39 | 37.19 | 17.48 | - |
| YUV | 160.87 | 93.65 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 166 | 100 | 0 | 0.05 | 0.43 | 0.32 | 53.51 | 0.31 | 0.54 |
| Hex | AE | A6 | 64 | 0 | 5 | 2B | 20 | 36 | 1F | 36 |
| Octal | 256 | 246 | 144 | 0 | 5 | 53 | 40 | 66 | 37 | 66 |
| Binary | 10101110 | 10100110 | 1100100 | 0 | 101 | 101011 | 100000 | 110110 | 11111 | 110110 |
Color Harmonies of #AEA664
Complementary color
Monochromatic Colors of #AEA664
Black with #AEA664
Text Example
Text Example
White with #AEA664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA664; }
p { color: rgb(174,166,100); }
H1.HeaderClassName
{
color: #AEA664;
}
.AnyTagClassName
{
color: #AEA664;
}
</style>
background-color css
<style>
a { background-color: #AEA664; }
a { background-color: rgb(174,166,100); }
div.DivClassName
{
background-color: #AEA664;
}
.BgClassName
{
background-color: #AEA664;
}
</style>
border-color css
<style>
span { border-color: #AEA664; }
span { border-color: rgb(174,166,100); }
td.TdClassName
{
border-color: #AEA664;
}
.TagClassName
{
border-color: #AEA664;
}
</style>