Shades of Gimblet #AEAA68
Tints of Gimblet #AEAA68
RGB
CMYK
RGB Variations
Color information
#AEAA68 (or 0xAEAA68) is known color: Gimblet. HEX triplet: AE, AA and 68. RGB value is (174,170,104). Sum of RGB (Red+Green+Blue) = 174+170+104=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAA68 is #515597. Grayscale: #A3A3A3. Windows color (decimal): -5330328 or 6859438. OLE color: 6859438.
HSL color Cylindrical-coordinate representation of color #AEAA68: hue angle of 56.57º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AEAA68 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 170 | 104 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.32 |
| HSL | 56.57º | 0.3% | 0.55% | - |
| HSV(B) | 56.57º | 0.4% | 0.68% | - |
| XYZ | 34.33 | 38.75 | 18.77 | - |
| YUV | 163.67 | 94.33 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 170 | 104 | 0 | 0.02 | 0.40 | 0.32 | 56.57 | 0.3 | 0.55 |
| Hex | AE | AA | 68 | 0 | 2 | 28 | 20 | 39 | 1E | 37 |
| Octal | 256 | 252 | 150 | 0 | 2 | 50 | 40 | 71 | 36 | 67 |
| Binary | 10101110 | 10101010 | 1101000 | 0 | 10 | 101000 | 100000 | 111001 | 11110 | 110111 |
Color Harmonies of #AEAA68
Complementary color
Monochromatic Colors of #AEAA68
Black with #AEAA68
Text Example
Text Example
White with #AEAA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAA68; }
p { color: rgb(174,170,104); }
H1.HeaderClassName
{
color: #AEAA68;
}
.AnyTagClassName
{
color: #AEAA68;
}
</style>
background-color css
<style>
a { background-color: #AEAA68; }
a { background-color: rgb(174,170,104); }
div.DivClassName
{
background-color: #AEAA68;
}
.BgClassName
{
background-color: #AEAA68;
}
</style>
border-color css
<style>
span { border-color: #AEAA68; }
span { border-color: rgb(174,170,104); }
td.TdClassName
{
border-color: #AEAA68;
}
.TagClassName
{
border-color: #AEAA68;
}
</style>