Shades of Gimblet #ADAB6D
Tints of Gimblet #ADAB6D
RGB
CMYK
RGB Variations
Color information
#ADAB6D (or 0xADAB6D) is known color: Gimblet. HEX triplet: AD, AB and 6D. RGB value is (173,171,109). Sum of RGB (Red+Green+Blue) = 173+171+109=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB6D is #525492. Grayscale: #A4A4A4. Windows color (decimal): -5395603 or 7187373. OLE color: 7187373.
HSL color Cylindrical-coordinate representation of color #ADAB6D: hue angle of 58.12º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADAB6D is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 109 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.32 |
| HSL | 58.13º | 0.28% | 0.55% | - |
| HSV(B) | 58.13º | 0.37% | 0.68% | - |
| XYZ | 34.56 | 39.11 | 20.2 | - |
| YUV | 164.53 | 96.66 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 109 | 0 | 0.01 | 0.37 | 0.32 | 58.13 | 0.28 | 0.55 |
| Hex | AD | AB | 6D | 0 | 1 | 25 | 20 | 3A | 1C | 37 |
| Octal | 255 | 253 | 155 | 0 | 1 | 45 | 40 | 72 | 34 | 67 |
| Binary | 10101101 | 10101011 | 1101101 | 0 | 1 | 100101 | 100000 | 111010 | 11100 | 110111 |
Color Harmonies of #ADAB6D
Complementary color
Monochromatic Colors of #ADAB6D
Black with #ADAB6D
Text Example
Text Example
White with #ADAB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB6D; }
p { color: rgb(173,171,109); }
H1.HeaderClassName
{
color: #ADAB6D;
}
.AnyTagClassName
{
color: #ADAB6D;
}
</style>
background-color css
<style>
a { background-color: #ADAB6D; }
a { background-color: rgb(173,171,109); }
div.DivClassName
{
background-color: #ADAB6D;
}
.BgClassName
{
background-color: #ADAB6D;
}
</style>
border-color css
<style>
span { border-color: #ADAB6D; }
span { border-color: rgb(173,171,109); }
td.TdClassName
{
border-color: #ADAB6D;
}
.TagClassName
{
border-color: #ADAB6D;
}
</style>