Shades of Gimblet #AEA05C
Tints of Gimblet #AEA05C
RGB
CMYK
RGB Variations
Color information
#AEA05C (or 0xAEA05C) is known color: Gimblet. HEX triplet: AE, A0 and 5C. RGB value is (174,160,92). Sum of RGB (Red+Green+Blue) = 174+160+92=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA05C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA05C is #515FA3. Grayscale: #9C9C9C. Windows color (decimal): -5332900 or 6070446. OLE color: 6070446.
HSL color Cylindrical-coordinate representation of color #AEA05C: hue angle of 49.76º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AEA05C is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 160 | 92 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.32 |
| HSL | 49.76º | 0.34% | 0.52% | - |
| HSV(B) | 49.76º | 0.47% | 0.68% | - |
| XYZ | 31.96 | 34.91 | 15.18 | - |
| YUV | 156.43 | 91.64 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 160 | 92 | 0 | 0.08 | 0.47 | 0.32 | 49.76 | 0.34 | 0.52 |
| Hex | AE | A0 | 5C | 0 | 8 | 2F | 20 | 32 | 22 | 34 |
| Octal | 256 | 240 | 134 | 0 | 10 | 57 | 40 | 62 | 42 | 64 |
| Binary | 10101110 | 10100000 | 1011100 | 0 | 1000 | 101111 | 100000 | 110010 | 100010 | 110100 |
Color Harmonies of #AEA05C
Complementary color
Monochromatic Colors of #AEA05C
Black with #AEA05C
Text Example
Text Example
White with #AEA05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA05C; }
p { color: rgb(174,160,92); }
H1.HeaderClassName
{
color: #AEA05C;
}
.AnyTagClassName
{
color: #AEA05C;
}
</style>
background-color css
<style>
a { background-color: #AEA05C; }
a { background-color: rgb(174,160,92); }
div.DivClassName
{
background-color: #AEA05C;
}
.BgClassName
{
background-color: #AEA05C;
}
</style>
border-color css
<style>
span { border-color: #AEA05C; }
span { border-color: rgb(174,160,92); }
td.TdClassName
{
border-color: #AEA05C;
}
.TagClassName
{
border-color: #AEA05C;
}
</style>