Shades of Gimblet #AEA15E
Tints of Gimblet #AEA15E
RGB
CMYK
RGB Variations
Color information
#AEA15E (or 0xAEA15E) is known color: Gimblet. HEX triplet: AE, A1 and 5E. RGB value is (174,161,94). Sum of RGB (Red+Green+Blue) = 174+161+94=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA15E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA15E is #515EA1. Grayscale: #9D9D9D. Windows color (decimal): -5332642 or 6201774. OLE color: 6201774.
HSL color Cylindrical-coordinate representation of color #AEA15E: hue angle of 50.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AEA15E is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 161 | 94 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.32 |
| HSL | 50.25º | 0.33% | 0.53% | - |
| HSV(B) | 50.25º | 0.46% | 0.68% | - |
| XYZ | 32.22 | 35.3 | 15.7 | - |
| YUV | 157.25 | 92.31 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 161 | 94 | 0 | 0.07 | 0.46 | 0.32 | 50.25 | 0.33 | 0.53 |
| Hex | AE | A1 | 5E | 0 | 7 | 2E | 20 | 32 | 21 | 35 |
| Octal | 256 | 241 | 136 | 0 | 7 | 56 | 40 | 62 | 41 | 65 |
| Binary | 10101110 | 10100001 | 1011110 | 0 | 111 | 101110 | 100000 | 110010 | 100001 | 110101 |
Color Harmonies of #AEA15E
Complementary color
Monochromatic Colors of #AEA15E
Black with #AEA15E
Text Example
Text Example
White with #AEA15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA15E; }
p { color: rgb(174,161,94); }
H1.HeaderClassName
{
color: #AEA15E;
}
.AnyTagClassName
{
color: #AEA15E;
}
</style>
background-color css
<style>
a { background-color: #AEA15E; }
a { background-color: rgb(174,161,94); }
div.DivClassName
{
background-color: #AEA15E;
}
.BgClassName
{
background-color: #AEA15E;
}
</style>
border-color css
<style>
span { border-color: #AEA15E; }
span { border-color: rgb(174,161,94); }
td.TdClassName
{
border-color: #AEA15E;
}
.TagClassName
{
border-color: #AEA15E;
}
</style>