Shades of Gimblet #AEA86D
Tints of Gimblet #AEA86D
RGB
CMYK
RGB Variations
Color information
#AEA86D (or 0xAEA86D) is known color: Gimblet. HEX triplet: AE, A8 and 6D. RGB value is (174,168,109). Sum of RGB (Red+Green+Blue) = 174+168+109=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA86D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA86D is #515792. Grayscale: #A3A3A3. Windows color (decimal): -5330835 or 7186606. OLE color: 7186606.
HSL color Cylindrical-coordinate representation of color #AEA86D: hue angle of 54.46º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AEA86D is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 168 | 109 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.32 |
| HSL | 54.46º | 0.29% | 0.55% | - |
| HSV(B) | 54.46º | 0.37% | 0.68% | - |
| XYZ | 34.22 | 38.11 | 20.02 | - |
| YUV | 163.07 | 97.49 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 168 | 109 | 0 | 0.03 | 0.37 | 0.32 | 54.46 | 0.29 | 0.55 |
| Hex | AE | A8 | 6D | 0 | 3 | 25 | 20 | 36 | 1D | 37 |
| Octal | 256 | 250 | 155 | 0 | 3 | 45 | 40 | 66 | 35 | 67 |
| Binary | 10101110 | 10101000 | 1101101 | 0 | 11 | 100101 | 100000 | 110110 | 11101 | 110111 |
Color Harmonies of #AEA86D
Complementary color
Monochromatic Colors of #AEA86D
Black with #AEA86D
Text Example
Text Example
White with #AEA86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA86D; }
p { color: rgb(174,168,109); }
H1.HeaderClassName
{
color: #AEA86D;
}
.AnyTagClassName
{
color: #AEA86D;
}
</style>
background-color css
<style>
a { background-color: #AEA86D; }
a { background-color: rgb(174,168,109); }
div.DivClassName
{
background-color: #AEA86D;
}
.BgClassName
{
background-color: #AEA86D;
}
</style>
border-color css
<style>
span { border-color: #AEA86D; }
span { border-color: rgb(174,168,109); }
td.TdClassName
{
border-color: #AEA86D;
}
.TagClassName
{
border-color: #AEA86D;
}
</style>