Shades of Gimblet #ADAA6A
Tints of Gimblet #ADAA6A
RGB
CMYK
RGB Variations
Color information
#ADAA6A (or 0xADAA6A) is known color: Gimblet. HEX triplet: AD, AA and 6A. RGB value is (173,170,106). Sum of RGB (Red+Green+Blue) = 173+170+106=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 106 (41.80% from 255 or 23.61% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA6A is #525595. Grayscale: #A3A3A3. Windows color (decimal): -5395862 or 6990509. OLE color: 6990509.
HSL color Cylindrical-coordinate representation of color #ADAA6A: hue angle of 57.31º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADAA6A is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 106 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.32 |
| HSL | 57.31º | 0.29% | 0.55% | - |
| HSV(B) | 57.31º | 0.39% | 0.68% | - |
| XYZ | 34.21 | 38.67 | 19.3 | - |
| YUV | 163.6 | 95.49 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 106 | 0 | 0.02 | 0.39 | 0.32 | 57.31 | 0.29 | 0.55 |
| Hex | AD | AA | 6A | 0 | 2 | 27 | 20 | 39 | 1D | 37 |
| Octal | 255 | 252 | 152 | 0 | 2 | 47 | 40 | 71 | 35 | 67 |
| Binary | 10101101 | 10101010 | 1101010 | 0 | 10 | 100111 | 100000 | 111001 | 11101 | 110111 |
Color Harmonies of #ADAA6A
Complementary color
Monochromatic Colors of #ADAA6A
Black with #ADAA6A
Text Example
Text Example
White with #ADAA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA6A; }
p { color: rgb(173,170,106); }
H1.HeaderClassName
{
color: #ADAA6A;
}
.AnyTagClassName
{
color: #ADAA6A;
}
</style>
background-color css
<style>
a { background-color: #ADAA6A; }
a { background-color: rgb(173,170,106); }
div.DivClassName
{
background-color: #ADAA6A;
}
.BgClassName
{
background-color: #ADAA6A;
}
</style>
border-color css
<style>
span { border-color: #ADAA6A; }
span { border-color: rgb(173,170,106); }
td.TdClassName
{
border-color: #ADAA6A;
}
.TagClassName
{
border-color: #ADAA6A;
}
</style>