Shades of Gimblet #ADAA6C
Tints of Gimblet #ADAA6C
RGB
CMYK
RGB Variations
Color information
#ADAA6C (or 0xADAA6C) is known color: Gimblet. HEX triplet: AD, AA and 6C. RGB value is (173,170,108). Sum of RGB (Red+Green+Blue) = 173+170+108=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA6C is #525593. Grayscale: #A4A4A4. Windows color (decimal): -5395860 or 7121581. OLE color: 7121581.
HSL color Cylindrical-coordinate representation of color #ADAA6C: hue angle of 57.23º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADAA6C is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 108 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.32 |
| HSL | 57.23º | 0.28% | 0.55% | - |
| HSV(B) | 57.23º | 0.38% | 0.68% | - |
| XYZ | 34.32 | 38.72 | 19.85 | - |
| YUV | 163.83 | 96.49 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 108 | 0 | 0.02 | 0.38 | 0.32 | 57.23 | 0.28 | 0.55 |
| Hex | AD | AA | 6C | 0 | 2 | 26 | 20 | 39 | 1C | 37 |
| Octal | 255 | 252 | 154 | 0 | 2 | 46 | 40 | 71 | 34 | 67 |
| Binary | 10101101 | 10101010 | 1101100 | 0 | 10 | 100110 | 100000 | 111001 | 11100 | 110111 |
Color Harmonies of #ADAA6C
Complementary color
Monochromatic Colors of #ADAA6C
Black with #ADAA6C
Text Example
Text Example
White with #ADAA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA6C; }
p { color: rgb(173,170,108); }
H1.HeaderClassName
{
color: #ADAA6C;
}
.AnyTagClassName
{
color: #ADAA6C;
}
</style>
background-color css
<style>
a { background-color: #ADAA6C; }
a { background-color: rgb(173,170,108); }
div.DivClassName
{
background-color: #ADAA6C;
}
.BgClassName
{
background-color: #ADAA6C;
}
</style>
border-color css
<style>
span { border-color: #ADAA6C; }
span { border-color: rgb(173,170,108); }
td.TdClassName
{
border-color: #ADAA6C;
}
.TagClassName
{
border-color: #ADAA6C;
}
</style>