Shades of Gimblet #AEAC6D
Tints of Gimblet #AEAC6D
RGB
CMYK
RGB Variations
Color information
#AEAC6D (or 0xAEAC6D) is known color: Gimblet. HEX triplet: AE, AC and 6D. RGB value is (174,172,109). Sum of RGB (Red+Green+Blue) = 174+172+109=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAC6D is #515392. Grayscale: #A5A5A5. Windows color (decimal): -5329811 or 7187630. OLE color: 7187630.
HSL color Cylindrical-coordinate representation of color #AEAC6D: hue angle of 58.15º 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 #AEAC6D is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 172 | 109 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.32 |
| HSL | 58.15º | 0.29% | 0.55% | - |
| HSV(B) | 58.15º | 0.37% | 0.68% | - |
| XYZ | 34.97 | 39.61 | 20.27 | - |
| YUV | 165.42 | 96.16 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 109 | 0 | 0.01 | 0.37 | 0.32 | 58.15 | 0.29 | 0.55 |
| Hex | AE | AC | 6D | 0 | 1 | 25 | 20 | 3A | 1D | 37 |
| Octal | 256 | 254 | 155 | 0 | 1 | 45 | 40 | 72 | 35 | 67 |
| Binary | 10101110 | 10101100 | 1101101 | 0 | 1 | 100101 | 100000 | 111010 | 11101 | 110111 |
Color Harmonies of #AEAC6D
Complementary color
Monochromatic Colors of #AEAC6D
Black with #AEAC6D
Text Example
Text Example
White with #AEAC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAC6D; }
p { color: rgb(174,172,109); }
H1.HeaderClassName
{
color: #AEAC6D;
}
.AnyTagClassName
{
color: #AEAC6D;
}
</style>
background-color css
<style>
a { background-color: #AEAC6D; }
a { background-color: rgb(174,172,109); }
div.DivClassName
{
background-color: #AEAC6D;
}
.BgClassName
{
background-color: #AEAC6D;
}
</style>
border-color css
<style>
span { border-color: #AEAC6D; }
span { border-color: rgb(174,172,109); }
td.TdClassName
{
border-color: #AEAC6D;
}
.TagClassName
{
border-color: #AEAC6D;
}
</style>