Shades of Gimblet #AEAB6D
Tints of Gimblet #AEAB6D
RGB
CMYK
RGB Variations
Color information
#AEAB6D (or 0xAEAB6D) is known color: Gimblet. HEX triplet: AE, AB and 6D. RGB value is (174,171,109). Sum of RGB (Red+Green+Blue) = 174+171+109=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAB6D is #515492. Grayscale: #A5A5A5. Windows color (decimal): -5330067 or 7187374. OLE color: 7187374.
HSL color Cylindrical-coordinate representation of color #AEAB6D: hue angle of 57.23º 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 #AEAB6D is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 171 | 109 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.32 |
| HSL | 57.23º | 0.29% | 0.55% | - |
| HSV(B) | 57.23º | 0.37% | 0.68% | - |
| XYZ | 34.78 | 39.23 | 20.21 | - |
| YUV | 164.83 | 96.49 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 171 | 109 | 0 | 0.02 | 0.37 | 0.32 | 57.23 | 0.29 | 0.55 |
| Hex | AE | AB | 6D | 0 | 2 | 25 | 20 | 39 | 1D | 37 |
| Octal | 256 | 253 | 155 | 0 | 2 | 45 | 40 | 71 | 35 | 67 |
| Binary | 10101110 | 10101011 | 1101101 | 0 | 10 | 100101 | 100000 | 111001 | 11101 | 110111 |
Color Harmonies of #AEAB6D
Complementary color
Monochromatic Colors of #AEAB6D
Black with #AEAB6D
Text Example
Text Example
White with #AEAB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAB6D; }
p { color: rgb(174,171,109); }
H1.HeaderClassName
{
color: #AEAB6D;
}
.AnyTagClassName
{
color: #AEAB6D;
}
</style>
background-color css
<style>
a { background-color: #AEAB6D; }
a { background-color: rgb(174,171,109); }
div.DivClassName
{
background-color: #AEAB6D;
}
.BgClassName
{
background-color: #AEAB6D;
}
</style>
border-color css
<style>
span { border-color: #AEAB6D; }
span { border-color: rgb(174,171,109); }
td.TdClassName
{
border-color: #AEAB6D;
}
.TagClassName
{
border-color: #AEAB6D;
}
</style>