Shades of Gimblet #ADAA6E
Tints of Gimblet #ADAA6E
RGB
CMYK
RGB Variations
Color information
#ADAA6E (or 0xADAA6E) is known color: Gimblet. HEX triplet: AD, AA and 6E. RGB value is (173,170,110). Sum of RGB (Red+Green+Blue) = 173+170+110=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA6E is #525591. Grayscale: #A4A4A4. Windows color (decimal): -5395858 or 7252653. OLE color: 7252653.
HSL color Cylindrical-coordinate representation of color #ADAA6E: hue angle of 57.14º 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 #ADAA6E is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 110 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.32 |
| HSL | 57.14º | 0.28% | 0.55% | - |
| HSV(B) | 57.14º | 0.36% | 0.68% | - |
| XYZ | 34.42 | 38.76 | 20.42 | - |
| YUV | 164.06 | 97.49 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 110 | 0 | 0.02 | 0.36 | 0.32 | 57.14 | 0.28 | 0.55 |
| Hex | AD | AA | 6E | 0 | 2 | 24 | 20 | 39 | 1C | 37 |
| Octal | 255 | 252 | 156 | 0 | 2 | 44 | 40 | 71 | 34 | 67 |
| Binary | 10101101 | 10101010 | 1101110 | 0 | 10 | 100100 | 100000 | 111001 | 11100 | 110111 |
Color Harmonies of #ADAA6E
Complementary color
Monochromatic Colors of #ADAA6E
Black with #ADAA6E
Text Example
Text Example
White with #ADAA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA6E; }
p { color: rgb(173,170,110); }
H1.HeaderClassName
{
color: #ADAA6E;
}
.AnyTagClassName
{
color: #ADAA6E;
}
</style>
background-color css
<style>
a { background-color: #ADAA6E; }
a { background-color: rgb(173,170,110); }
div.DivClassName
{
background-color: #ADAA6E;
}
.BgClassName
{
background-color: #ADAA6E;
}
</style>
border-color css
<style>
span { border-color: #ADAA6E; }
span { border-color: rgb(173,170,110); }
td.TdClassName
{
border-color: #ADAA6E;
}
.TagClassName
{
border-color: #ADAA6E;
}
</style>