Shades of Gimblet #ADA96A
Tints of Gimblet #ADA96A
RGB
CMYK
RGB Variations
Color information
#ADA96A (or 0xADA96A) is known color: Gimblet. HEX triplet: AD, A9 and 6A. RGB value is (173,169,106). Sum of RGB (Red+Green+Blue) = 173+169+106=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA96A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA96A is #525695. Grayscale: #A3A3A3. Windows color (decimal): -5396118 or 6990253. OLE color: 6990253.
HSL color Cylindrical-coordinate representation of color #ADA96A: hue angle of 56.42º 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 #ADA96A is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 106 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.32 |
| HSL | 56.42º | 0.29% | 0.55% | - |
| HSV(B) | 56.42º | 0.39% | 0.68% | - |
| XYZ | 34.02 | 38.3 | 19.24 | - |
| YUV | 163.01 | 95.83 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 106 | 0 | 0.02 | 0.39 | 0.32 | 56.42 | 0.29 | 0.55 |
| Hex | AD | A9 | 6A | 0 | 2 | 27 | 20 | 38 | 1D | 37 |
| Octal | 255 | 251 | 152 | 0 | 2 | 47 | 40 | 70 | 35 | 67 |
| Binary | 10101101 | 10101001 | 1101010 | 0 | 10 | 100111 | 100000 | 111000 | 11101 | 110111 |
Color Harmonies of #ADA96A
Complementary color
Monochromatic Colors of #ADA96A
Black with #ADA96A
Text Example
Text Example
White with #ADA96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA96A; }
p { color: rgb(173,169,106); }
H1.HeaderClassName
{
color: #ADA96A;
}
.AnyTagClassName
{
color: #ADA96A;
}
</style>
background-color css
<style>
a { background-color: #ADA96A; }
a { background-color: rgb(173,169,106); }
div.DivClassName
{
background-color: #ADA96A;
}
.BgClassName
{
background-color: #ADA96A;
}
</style>
border-color css
<style>
span { border-color: #ADA96A; }
span { border-color: rgb(173,169,106); }
td.TdClassName
{
border-color: #ADA96A;
}
.TagClassName
{
border-color: #ADA96A;
}
</style>