Shades of Gimblet #AEA266
Tints of Gimblet #AEA266
RGB
CMYK
RGB Variations
Color information
#AEA266 (or 0xAEA266) is known color: Gimblet. HEX triplet: AE, A2 and 66. RGB value is (174,162,102). Sum of RGB (Red+Green+Blue) = 174+162+102=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA266 is #515D99. Grayscale: #9F9F9F. Windows color (decimal): -5332378 or 6726318. OLE color: 6726318.
HSL color Cylindrical-coordinate representation of color #AEA266: hue angle of 50º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AEA266 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 162 | 102 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.32 |
| HSL | 50º | 0.31% | 0.54% | - |
| HSV(B) | 50º | 0.41% | 0.68% | - |
| XYZ | 32.77 | 35.8 | 17.75 | - |
| YUV | 158.75 | 95.98 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 162 | 102 | 0 | 0.07 | 0.41 | 0.32 | 50 | 0.31 | 0.54 |
| Hex | AE | A2 | 66 | 0 | 7 | 29 | 20 | 32 | 1F | 36 |
| Octal | 256 | 242 | 146 | 0 | 7 | 51 | 40 | 62 | 37 | 66 |
| Binary | 10101110 | 10100010 | 1100110 | 0 | 111 | 101001 | 100000 | 110010 | 11111 | 110110 |
Color Harmonies of #AEA266
Complementary color
Monochromatic Colors of #AEA266
Black with #AEA266
Text Example
Text Example
White with #AEA266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA266; }
p { color: rgb(174,162,102); }
H1.HeaderClassName
{
color: #AEA266;
}
.AnyTagClassName
{
color: #AEA266;
}
</style>
background-color css
<style>
a { background-color: #AEA266; }
a { background-color: rgb(174,162,102); }
div.DivClassName
{
background-color: #AEA266;
}
.BgClassName
{
background-color: #AEA266;
}
</style>
border-color css
<style>
span { border-color: #AEA266; }
span { border-color: rgb(174,162,102); }
td.TdClassName
{
border-color: #AEA266;
}
.TagClassName
{
border-color: #AEA266;
}
</style>