Shades of Gimblet #ADAA6D
Tints of Gimblet #ADAA6D
RGB
CMYK
RGB Variations
Color information
#ADAA6D (or 0xADAA6D) is known color: Gimblet. HEX triplet: AD, AA and 6D. RGB value is (173,170,109). Sum of RGB (Red+Green+Blue) = 173+170+109=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA6D is #525592. Grayscale: #A4A4A4. Windows color (decimal): -5395859 or 7187117. OLE color: 7187117.
HSL color Cylindrical-coordinate representation of color #ADAA6D: hue angle of 57.19º 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 #ADAA6D is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 109 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.32 |
| HSL | 57.19º | 0.28% | 0.55% | - |
| HSV(B) | 57.19º | 0.37% | 0.68% | - |
| XYZ | 34.37 | 38.74 | 20.13 | - |
| YUV | 163.94 | 96.99 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 109 | 0 | 0.02 | 0.37 | 0.32 | 57.19 | 0.28 | 0.55 |
| Hex | AD | AA | 6D | 0 | 2 | 25 | 20 | 39 | 1C | 37 |
| Octal | 255 | 252 | 155 | 0 | 2 | 45 | 40 | 71 | 34 | 67 |
| Binary | 10101101 | 10101010 | 1101101 | 0 | 10 | 100101 | 100000 | 111001 | 11100 | 110111 |
Color Harmonies of #ADAA6D
Complementary color
Monochromatic Colors of #ADAA6D
Black with #ADAA6D
Text Example
Text Example
White with #ADAA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA6D; }
p { color: rgb(173,170,109); }
H1.HeaderClassName
{
color: #ADAA6D;
}
.AnyTagClassName
{
color: #ADAA6D;
}
</style>
background-color css
<style>
a { background-color: #ADAA6D; }
a { background-color: rgb(173,170,109); }
div.DivClassName
{
background-color: #ADAA6D;
}
.BgClassName
{
background-color: #ADAA6D;
}
</style>
border-color css
<style>
span { border-color: #ADAA6D; }
span { border-color: rgb(173,170,109); }
td.TdClassName
{
border-color: #ADAA6D;
}
.TagClassName
{
border-color: #ADAA6D;
}
</style>