Shades of Gimblet #AEA26A
Tints of Gimblet #AEA26A
RGB
CMYK
RGB Variations
Color information
#AEA26A (or 0xAEA26A) is known color: Gimblet. HEX triplet: AE, A2 and 6A. RGB value is (174,162,106). Sum of RGB (Red+Green+Blue) = 174+162+106=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 106 (41.80% from 255 or 23.98% from 442); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA26A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA26A is #515D95. Grayscale: #9F9F9F. Windows color (decimal): -5332374 or 6988462. OLE color: 6988462.
HSL color Cylindrical-coordinate representation of color #AEA26A: hue angle of 49.41º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AEA26A is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 162 | 106 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.32 |
| HSL | 49.41º | 0.3% | 0.55% | - |
| HSV(B) | 49.41º | 0.39% | 0.68% | - |
| XYZ | 32.98 | 35.88 | 18.82 | - |
| YUV | 159.2 | 97.98 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 162 | 106 | 0 | 0.07 | 0.39 | 0.32 | 49.41 | 0.3 | 0.55 |
| Hex | AE | A2 | 6A | 0 | 7 | 27 | 20 | 31 | 1E | 37 |
| Octal | 256 | 242 | 152 | 0 | 7 | 47 | 40 | 61 | 36 | 67 |
| Binary | 10101110 | 10100010 | 1101010 | 0 | 111 | 100111 | 100000 | 110001 | 11110 | 110111 |
Color Harmonies of #AEA26A
Complementary color
Monochromatic Colors of #AEA26A
Black with #AEA26A
Text Example
Text Example
White with #AEA26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA26A; }
p { color: rgb(174,162,106); }
H1.HeaderClassName
{
color: #AEA26A;
}
.AnyTagClassName
{
color: #AEA26A;
}
</style>
background-color css
<style>
a { background-color: #AEA26A; }
a { background-color: rgb(174,162,106); }
div.DivClassName
{
background-color: #AEA26A;
}
.BgClassName
{
background-color: #AEA26A;
}
</style>
border-color css
<style>
span { border-color: #AEA26A; }
span { border-color: rgb(174,162,106); }
td.TdClassName
{
border-color: #AEA26A;
}
.TagClassName
{
border-color: #AEA26A;
}
</style>