Shades of Gimblet #AEAA6E
Tints of Gimblet #AEAA6E
RGB
CMYK
RGB Variations
Color information
#AEAA6E (or 0xAEAA6E) is known color: Gimblet. HEX triplet: AE, AA and 6E. RGB value is (174,170,110). Sum of RGB (Red+Green+Blue) = 174+170+110=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAA6E is #515591. Grayscale: #A4A4A4. Windows color (decimal): -5330322 or 7252654. OLE color: 7252654.
HSL color Cylindrical-coordinate representation of color #AEAA6E: hue angle of 56.25º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AEAA6E is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 170 | 110 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.32 |
| HSL | 56.25º | 0.28% | 0.56% | - |
| HSV(B) | 56.25º | 0.37% | 0.68% | - |
| XYZ | 34.64 | 38.87 | 20.43 | - |
| YUV | 164.36 | 97.33 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 170 | 110 | 0 | 0.02 | 0.37 | 0.32 | 56.25 | 0.28 | 0.56 |
| Hex | AE | AA | 6E | 0 | 2 | 25 | 20 | 38 | 1C | 38 |
| Octal | 256 | 252 | 156 | 0 | 2 | 45 | 40 | 70 | 34 | 70 |
| Binary | 10101110 | 10101010 | 1101110 | 0 | 10 | 100101 | 100000 | 111000 | 11100 | 111000 |
Color Harmonies of #AEAA6E
Complementary color
Monochromatic Colors of #AEAA6E
Black with #AEAA6E
Text Example
Text Example
White with #AEAA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAA6E; }
p { color: rgb(174,170,110); }
H1.HeaderClassName
{
color: #AEAA6E;
}
.AnyTagClassName
{
color: #AEAA6E;
}
</style>
background-color css
<style>
a { background-color: #AEAA6E; }
a { background-color: rgb(174,170,110); }
div.DivClassName
{
background-color: #AEAA6E;
}
.BgClassName
{
background-color: #AEAA6E;
}
</style>
border-color css
<style>
span { border-color: #AEAA6E; }
span { border-color: rgb(174,170,110); }
td.TdClassName
{
border-color: #AEAA6E;
}
.TagClassName
{
border-color: #AEAA6E;
}
</style>