Shades of Gimblet #AEA35E
Tints of Gimblet #AEA35E
RGB
CMYK
RGB Variations
Color information
#AEA35E (or 0xAEA35E) is known color: Gimblet. HEX triplet: AE, A3 and 5E. RGB value is (174,163,94). Sum of RGB (Red+Green+Blue) = 174+163+94=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA35E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA35E is #515CA1. Grayscale: #9E9E9E. Windows color (decimal): -5332130 or 6202286. OLE color: 6202286.
HSL color Cylindrical-coordinate representation of color #AEA35E: hue angle of 51.75º 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 #AEA35E is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 163 | 94 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.32 |
| HSL | 51.75º | 0.33% | 0.53% | - |
| HSV(B) | 51.75º | 0.46% | 0.68% | - |
| XYZ | 32.57 | 36 | 15.82 | - |
| YUV | 158.42 | 91.64 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 163 | 94 | 0 | 0.06 | 0.46 | 0.32 | 51.75 | 0.33 | 0.53 |
| Hex | AE | A3 | 5E | 0 | 6 | 2E | 20 | 34 | 21 | 35 |
| Octal | 256 | 243 | 136 | 0 | 6 | 56 | 40 | 64 | 41 | 65 |
| Binary | 10101110 | 10100011 | 1011110 | 0 | 110 | 101110 | 100000 | 110100 | 100001 | 110101 |
Color Harmonies of #AEA35E
Complementary color
Monochromatic Colors of #AEA35E
Black with #AEA35E
Text Example
Text Example
White with #AEA35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA35E; }
p { color: rgb(174,163,94); }
H1.HeaderClassName
{
color: #AEA35E;
}
.AnyTagClassName
{
color: #AEA35E;
}
</style>
background-color css
<style>
a { background-color: #AEA35E; }
a { background-color: rgb(174,163,94); }
div.DivClassName
{
background-color: #AEA35E;
}
.BgClassName
{
background-color: #AEA35E;
}
</style>
border-color css
<style>
span { border-color: #AEA35E; }
span { border-color: rgb(174,163,94); }
td.TdClassName
{
border-color: #AEA35E;
}
.TagClassName
{
border-color: #AEA35E;
}
</style>