Shades of Gimblet #AEA867
Tints of Gimblet #AEA867
RGB
CMYK
RGB Variations
Color information
#AEA867 (or 0xAEA867) is known color: Gimblet. HEX triplet: AE, A8 and 67. RGB value is (174,168,103). Sum of RGB (Red+Green+Blue) = 174+168+103=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 103 (40.62% from 255 or 23.15% from 445); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA867 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA867 is #515798. Grayscale: #A2A2A2. Windows color (decimal): -5330841 or 6793390. OLE color: 6793390.
HSL color Cylindrical-coordinate representation of color #AEA867: hue angle of 54.93º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AEA867 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 168 | 103 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.32 |
| HSL | 54.93º | 0.3% | 0.54% | - |
| HSV(B) | 54.93º | 0.41% | 0.68% | - |
| XYZ | 33.91 | 37.98 | 18.38 | - |
| YUV | 162.38 | 94.49 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 168 | 103 | 0 | 0.03 | 0.41 | 0.32 | 54.93 | 0.3 | 0.54 |
| Hex | AE | A8 | 67 | 0 | 3 | 29 | 20 | 37 | 1E | 36 |
| Octal | 256 | 250 | 147 | 0 | 3 | 51 | 40 | 67 | 36 | 66 |
| Binary | 10101110 | 10101000 | 1100111 | 0 | 11 | 101001 | 100000 | 110111 | 11110 | 110110 |
Color Harmonies of #AEA867
Complementary color
Monochromatic Colors of #AEA867
Black with #AEA867
Text Example
Text Example
White with #AEA867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA867; }
p { color: rgb(174,168,103); }
H1.HeaderClassName
{
color: #AEA867;
}
.AnyTagClassName
{
color: #AEA867;
}
</style>
background-color css
<style>
a { background-color: #AEA867; }
a { background-color: rgb(174,168,103); }
div.DivClassName
{
background-color: #AEA867;
}
.BgClassName
{
background-color: #AEA867;
}
</style>
border-color css
<style>
span { border-color: #AEA867; }
span { border-color: rgb(174,168,103); }
td.TdClassName
{
border-color: #AEA867;
}
.TagClassName
{
border-color: #AEA867;
}
</style>