Shades of Gimblet #AEA363
Tints of Gimblet #AEA363
RGB
CMYK
RGB Variations
Color information
#AEA363 (or 0xAEA363) is known color: Gimblet. HEX triplet: AE, A3 and 63. RGB value is (174,163,99). Sum of RGB (Red+Green+Blue) = 174+163+99=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 99 (39.06% from 255 or 22.71% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA363 is #515C9C. Grayscale: #9F9F9F. Windows color (decimal): -5332125 or 6529966. OLE color: 6529966.
HSL color Cylindrical-coordinate representation of color #AEA363: hue angle of 51.2º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AEA363 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 163 | 99 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.32 |
| HSL | 51.2º | 0.32% | 0.54% | - |
| HSV(B) | 51.2º | 0.43% | 0.68% | - |
| XYZ | 32.8 | 36.09 | 17.04 | - |
| YUV | 158.99 | 94.14 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 163 | 99 | 0 | 0.06 | 0.43 | 0.32 | 51.2 | 0.32 | 0.54 |
| Hex | AE | A3 | 63 | 0 | 6 | 2B | 20 | 33 | 20 | 36 |
| Octal | 256 | 243 | 143 | 0 | 6 | 53 | 40 | 63 | 40 | 66 |
| Binary | 10101110 | 10100011 | 1100011 | 0 | 110 | 101011 | 100000 | 110011 | 100000 | 110110 |
Color Harmonies of #AEA363
Complementary color
Monochromatic Colors of #AEA363
Black with #AEA363
Text Example
Text Example
White with #AEA363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA363; }
p { color: rgb(174,163,99); }
H1.HeaderClassName
{
color: #AEA363;
}
.AnyTagClassName
{
color: #AEA363;
}
</style>
background-color css
<style>
a { background-color: #AEA363; }
a { background-color: rgb(174,163,99); }
div.DivClassName
{
background-color: #AEA363;
}
.BgClassName
{
background-color: #AEA363;
}
</style>
border-color css
<style>
span { border-color: #AEA363; }
span { border-color: rgb(174,163,99); }
td.TdClassName
{
border-color: #AEA363;
}
.TagClassName
{
border-color: #AEA363;
}
</style>