Shades of Gimblet #AEA469
Tints of Gimblet #AEA469
RGB
CMYK
RGB Variations
Color information
#AEA469 (or 0xAEA469) is known color: Gimblet. HEX triplet: AE, A4 and 69. RGB value is (174,164,105). Sum of RGB (Red+Green+Blue) = 174+164+105=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 105 (41.41% from 255 or 23.70% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA469 is #515B96. Grayscale: #A0A0A0. Windows color (decimal): -5331863 or 6923438. OLE color: 6923438.
HSL color Cylindrical-coordinate representation of color #AEA469: hue angle of 51.3º 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 #AEA469 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 164 | 105 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.32 |
| HSL | 51.3º | 0.3% | 0.55% | - |
| HSV(B) | 51.3º | 0.4% | 0.68% | - |
| XYZ | 33.28 | 36.57 | 18.67 | - |
| YUV | 160.26 | 96.81 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 164 | 105 | 0 | 0.06 | 0.40 | 0.32 | 51.3 | 0.3 | 0.55 |
| Hex | AE | A4 | 69 | 0 | 6 | 28 | 20 | 33 | 1E | 37 |
| Octal | 256 | 244 | 151 | 0 | 6 | 50 | 40 | 63 | 36 | 67 |
| Binary | 10101110 | 10100100 | 1101001 | 0 | 110 | 101000 | 100000 | 110011 | 11110 | 110111 |
Color Harmonies of #AEA469
Complementary color
Monochromatic Colors of #AEA469
Black with #AEA469
Text Example
Text Example
White with #AEA469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA469; }
p { color: rgb(174,164,105); }
H1.HeaderClassName
{
color: #AEA469;
}
.AnyTagClassName
{
color: #AEA469;
}
</style>
background-color css
<style>
a { background-color: #AEA469; }
a { background-color: rgb(174,164,105); }
div.DivClassName
{
background-color: #AEA469;
}
.BgClassName
{
background-color: #AEA469;
}
</style>
border-color css
<style>
span { border-color: #AEA469; }
span { border-color: rgb(174,164,105); }
td.TdClassName
{
border-color: #AEA469;
}
.TagClassName
{
border-color: #AEA469;
}
</style>