Shades of Gimblet #AEA56C
Tints of Gimblet #AEA56C
RGB
CMYK
RGB Variations
Color information
#AEA56C (or 0xAEA56C) is known color: Gimblet. HEX triplet: AE, A5 and 6C. RGB value is (174,165,108). Sum of RGB (Red+Green+Blue) = 174+165+108=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA56C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA56C is #515A93. Grayscale: #A1A1A1. Windows color (decimal): -5331604 or 7120302. OLE color: 7120302.
HSL color Cylindrical-coordinate representation of color #AEA56C: hue angle of 51.82º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AEA56C is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 165 | 108 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.32 |
| HSL | 51.82º | 0.29% | 0.55% | - |
| HSV(B) | 51.82º | 0.38% | 0.68% | - |
| XYZ | 33.62 | 36.99 | 19.56 | - |
| YUV | 161.19 | 97.98 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 165 | 108 | 0 | 0.05 | 0.38 | 0.32 | 51.82 | 0.29 | 0.55 |
| Hex | AE | A5 | 6C | 0 | 5 | 26 | 20 | 34 | 1D | 37 |
| Octal | 256 | 245 | 154 | 0 | 5 | 46 | 40 | 64 | 35 | 67 |
| Binary | 10101110 | 10100101 | 1101100 | 0 | 101 | 100110 | 100000 | 110100 | 11101 | 110111 |
Color Harmonies of #AEA56C
Complementary color
Monochromatic Colors of #AEA56C
Black with #AEA56C
Text Example
Text Example
White with #AEA56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA56C; }
p { color: rgb(174,165,108); }
H1.HeaderClassName
{
color: #AEA56C;
}
.AnyTagClassName
{
color: #AEA56C;
}
</style>
background-color css
<style>
a { background-color: #AEA56C; }
a { background-color: rgb(174,165,108); }
div.DivClassName
{
background-color: #AEA56C;
}
.BgClassName
{
background-color: #AEA56C;
}
</style>
border-color css
<style>
span { border-color: #AEA56C; }
span { border-color: rgb(174,165,108); }
td.TdClassName
{
border-color: #AEA56C;
}
.TagClassName
{
border-color: #AEA56C;
}
</style>