Shades of Gimblet #AEA556
Tints of Gimblet #AEA556
RGB
CMYK
RGB Variations
Color information
#AEA556 (or 0xAEA556) is known color: Gimblet. HEX triplet: AE, A5 and 56. RGB value is (174,165,86). Sum of RGB (Red+Green+Blue) = 174+165+86=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA556 is #515AA9. Grayscale: #9F9F9F. Windows color (decimal): -5331626 or 5678510. OLE color: 5678510.
HSL color Cylindrical-coordinate representation of color #AEA556: hue angle of 53.86º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AEA556 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 165 | 86 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.32 |
| HSL | 53.86º | 0.35% | 0.51% | - |
| HSV(B) | 53.86º | 0.51% | 0.68% | - |
| XYZ | 32.59 | 36.58 | 14.15 | - |
| YUV | 158.69 | 86.98 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 165 | 86 | 0 | 0.05 | 0.51 | 0.32 | 53.86 | 0.35 | 0.51 |
| Hex | AE | A5 | 56 | 0 | 5 | 33 | 20 | 36 | 23 | 33 |
| Octal | 256 | 245 | 126 | 0 | 5 | 63 | 40 | 66 | 43 | 63 |
| Binary | 10101110 | 10100101 | 1010110 | 0 | 101 | 110011 | 100000 | 110110 | 100011 | 110011 |
Color Harmonies of #AEA556
Complementary color
Monochromatic Colors of #AEA556
Black with #AEA556
Text Example
Text Example
White with #AEA556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA556; }
p { color: rgb(174,165,86); }
H1.HeaderClassName
{
color: #AEA556;
}
.AnyTagClassName
{
color: #AEA556;
}
</style>
background-color css
<style>
a { background-color: #AEA556; }
a { background-color: rgb(174,165,86); }
div.DivClassName
{
background-color: #AEA556;
}
.BgClassName
{
background-color: #AEA556;
}
</style>
border-color css
<style>
span { border-color: #AEA556; }
span { border-color: rgb(174,165,86); }
td.TdClassName
{
border-color: #AEA556;
}
.TagClassName
{
border-color: #AEA556;
}
</style>