Shades of Gimblet #AEA25D
Tints of Gimblet #AEA25D
RGB
CMYK
RGB Variations
Color information
#AEA25D (or 0xAEA25D) is known color: Gimblet. HEX triplet: AE, A2 and 5D. RGB value is (174,162,93). Sum of RGB (Red+Green+Blue) = 174+162+93=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA25D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA25D is #515DA2. Grayscale: #9E9E9E. Windows color (decimal): -5332387 or 6136494. OLE color: 6136494.
HSL color Cylindrical-coordinate representation of color #AEA25D: hue angle of 51.11º degrees, saturation: 0.33, 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 #AEA25D is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 162 | 93 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.32 |
| HSL | 51.11º | 0.33% | 0.52% | - |
| HSV(B) | 51.11º | 0.47% | 0.68% | - |
| XYZ | 32.35 | 35.63 | 15.53 | - |
| YUV | 157.72 | 91.48 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 162 | 93 | 0 | 0.07 | 0.47 | 0.32 | 51.11 | 0.33 | 0.52 |
| Hex | AE | A2 | 5D | 0 | 7 | 2F | 20 | 33 | 21 | 34 |
| Octal | 256 | 242 | 135 | 0 | 7 | 57 | 40 | 63 | 41 | 64 |
| Binary | 10101110 | 10100010 | 1011101 | 0 | 111 | 101111 | 100000 | 110011 | 100001 | 110100 |
Color Harmonies of #AEA25D
Complementary color
Monochromatic Colors of #AEA25D
Black with #AEA25D
Text Example
Text Example
White with #AEA25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA25D; }
p { color: rgb(174,162,93); }
H1.HeaderClassName
{
color: #AEA25D;
}
.AnyTagClassName
{
color: #AEA25D;
}
</style>
background-color css
<style>
a { background-color: #AEA25D; }
a { background-color: rgb(174,162,93); }
div.DivClassName
{
background-color: #AEA25D;
}
.BgClassName
{
background-color: #AEA25D;
}
</style>
border-color css
<style>
span { border-color: #AEA25D; }
span { border-color: rgb(174,162,93); }
td.TdClassName
{
border-color: #AEA25D;
}
.TagClassName
{
border-color: #AEA25D;
}
</style>