Shades of Gimblet #ADAB6E
Tints of Gimblet #ADAB6E
RGB
CMYK
RGB Variations
Color information
#ADAB6E (or 0xADAB6E) is known color: Gimblet. HEX triplet: AD, AB and 6E. RGB value is (173,171,110). Sum of RGB (Red+Green+Blue) = 173+171+110=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB6E is #525491. Grayscale: #A4A4A4. Windows color (decimal): -5395602 or 7252909. OLE color: 7252909.
HSL color Cylindrical-coordinate representation of color #ADAB6E: hue angle of 58.1º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADAB6E is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 110 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.32 |
| HSL | 58.1º | 0.28% | 0.55% | - |
| HSV(B) | 58.1º | 0.36% | 0.68% | - |
| XYZ | 34.61 | 39.14 | 20.48 | - |
| YUV | 164.64 | 97.16 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 110 | 0 | 0.01 | 0.36 | 0.32 | 58.1 | 0.28 | 0.55 |
| Hex | AD | AB | 6E | 0 | 1 | 24 | 20 | 3A | 1C | 37 |
| Octal | 255 | 253 | 156 | 0 | 1 | 44 | 40 | 72 | 34 | 67 |
| Binary | 10101101 | 10101011 | 1101110 | 0 | 1 | 100100 | 100000 | 111010 | 11100 | 110111 |
Color Harmonies of #ADAB6E
Complementary color
Monochromatic Colors of #ADAB6E
Black with #ADAB6E
Text Example
Text Example
White with #ADAB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB6E; }
p { color: rgb(173,171,110); }
H1.HeaderClassName
{
color: #ADAB6E;
}
.AnyTagClassName
{
color: #ADAB6E;
}
</style>
background-color css
<style>
a { background-color: #ADAB6E; }
a { background-color: rgb(173,171,110); }
div.DivClassName
{
background-color: #ADAB6E;
}
.BgClassName
{
background-color: #ADAB6E;
}
</style>
border-color css
<style>
span { border-color: #ADAB6E; }
span { border-color: rgb(173,171,110); }
td.TdClassName
{
border-color: #ADAB6E;
}
.TagClassName
{
border-color: #ADAB6E;
}
</style>