Shades of Gimblet #AEAA6A
Tints of Gimblet #AEAA6A
RGB
CMYK
RGB Variations
Color information
#AEAA6A (or 0xAEAA6A) is known color: Gimblet. HEX triplet: AE, AA and 6A. RGB value is (174,170,106). Sum of RGB (Red+Green+Blue) = 174+170+106=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 106 (41.80% from 255 or 23.56% from 450); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAA6A is #515595. Grayscale: #A4A4A4. Windows color (decimal): -5330326 or 6990510. OLE color: 6990510.
HSL color Cylindrical-coordinate representation of color #AEAA6A: hue angle of 56.47º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AEAA6A is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 170 | 106 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.32 |
| HSL | 56.47º | 0.3% | 0.55% | - |
| HSV(B) | 56.47º | 0.39% | 0.68% | - |
| XYZ | 34.43 | 38.79 | 19.31 | - |
| YUV | 163.9 | 95.33 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 170 | 106 | 0 | 0.02 | 0.39 | 0.32 | 56.47 | 0.3 | 0.55 |
| Hex | AE | AA | 6A | 0 | 2 | 27 | 20 | 38 | 1E | 37 |
| Octal | 256 | 252 | 152 | 0 | 2 | 47 | 40 | 70 | 36 | 67 |
| Binary | 10101110 | 10101010 | 1101010 | 0 | 10 | 100111 | 100000 | 111000 | 11110 | 110111 |
Color Harmonies of #AEAA6A
Complementary color
Monochromatic Colors of #AEAA6A
Black with #AEAA6A
Text Example
Text Example
White with #AEAA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAA6A; }
p { color: rgb(174,170,106); }
H1.HeaderClassName
{
color: #AEAA6A;
}
.AnyTagClassName
{
color: #AEAA6A;
}
</style>
background-color css
<style>
a { background-color: #AEAA6A; }
a { background-color: rgb(174,170,106); }
div.DivClassName
{
background-color: #AEAA6A;
}
.BgClassName
{
background-color: #AEAA6A;
}
</style>
border-color css
<style>
span { border-color: #AEAA6A; }
span { border-color: rgb(174,170,106); }
td.TdClassName
{
border-color: #AEAA6A;
}
.TagClassName
{
border-color: #AEAA6A;
}
</style>