Shades of Gimblet #AEA15C
Tints of Gimblet #AEA15C
RGB
CMYK
RGB Variations
Color information
#AEA15C (or 0xAEA15C) is known color: Gimblet. HEX triplet: AE, A1 and 5C. RGB value is (174,161,92). Sum of RGB (Red+Green+Blue) = 174+161+92=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA15C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA15C is #515EA3. Grayscale: #9D9D9D. Windows color (decimal): -5332644 or 6070702. OLE color: 6070702.
HSL color Cylindrical-coordinate representation of color #AEA15C: hue angle of 50.49º 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 #AEA15C is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 161 | 92 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.32 |
| HSL | 50.49º | 0.34% | 0.52% | - |
| HSV(B) | 50.49º | 0.47% | 0.68% | - |
| XYZ | 32.13 | 35.26 | 15.24 | - |
| YUV | 157.02 | 91.31 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 161 | 92 | 0 | 0.07 | 0.47 | 0.32 | 50.49 | 0.34 | 0.52 |
| Hex | AE | A1 | 5C | 0 | 7 | 2F | 20 | 32 | 22 | 34 |
| Octal | 256 | 241 | 134 | 0 | 7 | 57 | 40 | 62 | 42 | 64 |
| Binary | 10101110 | 10100001 | 1011100 | 0 | 111 | 101111 | 100000 | 110010 | 100010 | 110100 |
Color Harmonies of #AEA15C
Complementary color
Monochromatic Colors of #AEA15C
Black with #AEA15C
Text Example
Text Example
White with #AEA15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA15C; }
p { color: rgb(174,161,92); }
H1.HeaderClassName
{
color: #AEA15C;
}
.AnyTagClassName
{
color: #AEA15C;
}
</style>
background-color css
<style>
a { background-color: #AEA15C; }
a { background-color: rgb(174,161,92); }
div.DivClassName
{
background-color: #AEA15C;
}
.BgClassName
{
background-color: #AEA15C;
}
</style>
border-color css
<style>
span { border-color: #AEA15C; }
span { border-color: rgb(174,161,92); }
td.TdClassName
{
border-color: #AEA15C;
}
.TagClassName
{
border-color: #AEA15C;
}
</style>