Shades of Gimblet #AEA262
Tints of Gimblet #AEA262
RGB
CMYK
RGB Variations
Color information
#AEA262 (or 0xAEA262) is known color: Gimblet. HEX triplet: AE, A2 and 62. RGB value is (174,162,98). Sum of RGB (Red+Green+Blue) = 174+162+98=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA262 is #515D9D. Grayscale: #9E9E9E. Windows color (decimal): -5332382 or 6464174. OLE color: 6464174.
HSL color Cylindrical-coordinate representation of color #AEA262: hue angle of 50.53º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AEA262 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 162 | 98 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.32 |
| HSL | 50.53º | 0.32% | 0.53% | - |
| HSV(B) | 50.53º | 0.44% | 0.68% | - |
| XYZ | 32.58 | 35.72 | 16.73 | - |
| YUV | 158.29 | 93.98 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 162 | 98 | 0 | 0.07 | 0.44 | 0.32 | 50.53 | 0.32 | 0.53 |
| Hex | AE | A2 | 62 | 0 | 7 | 2C | 20 | 33 | 20 | 35 |
| Octal | 256 | 242 | 142 | 0 | 7 | 54 | 40 | 63 | 40 | 65 |
| Binary | 10101110 | 10100010 | 1100010 | 0 | 111 | 101100 | 100000 | 110011 | 100000 | 110101 |
Color Harmonies of #AEA262
Complementary color
Monochromatic Colors of #AEA262
Black with #AEA262
Text Example
Text Example
White with #AEA262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA262; }
p { color: rgb(174,162,98); }
H1.HeaderClassName
{
color: #AEA262;
}
.AnyTagClassName
{
color: #AEA262;
}
</style>
background-color css
<style>
a { background-color: #AEA262; }
a { background-color: rgb(174,162,98); }
div.DivClassName
{
background-color: #AEA262;
}
.BgClassName
{
background-color: #AEA262;
}
</style>
border-color css
<style>
span { border-color: #AEA262; }
span { border-color: rgb(174,162,98); }
td.TdClassName
{
border-color: #AEA262;
}
.TagClassName
{
border-color: #AEA262;
}
</style>