Shades of Gimblet #ADA068
Tints of Gimblet #ADA068
RGB
CMYK
RGB Variations
Color information
#ADA068 (or 0xADA068) is known color: Gimblet. HEX triplet: AD, A0 and 68. RGB value is (173,160,104). Sum of RGB (Red+Green+Blue) = 173+160+104=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA068 is #525F97. Grayscale: #9D9D9D. Windows color (decimal): -5398424 or 6856877. OLE color: 6856877.
HSL color Cylindrical-coordinate representation of color #ADA068: hue angle of 48.7º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADA068 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 160 | 104 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.32 |
| HSL | 48.7º | 0.3% | 0.54% | - |
| HSV(B) | 48.7º | 0.4% | 0.68% | - |
| XYZ | 32.3 | 35.03 | 18.15 | - |
| YUV | 157.5 | 97.81 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 104 | 0 | 0.08 | 0.40 | 0.32 | 48.7 | 0.3 | 0.54 |
| Hex | AD | A0 | 68 | 0 | 8 | 28 | 20 | 31 | 1E | 36 |
| Octal | 255 | 240 | 150 | 0 | 10 | 50 | 40 | 61 | 36 | 66 |
| Binary | 10101101 | 10100000 | 1101000 | 0 | 1000 | 101000 | 100000 | 110001 | 11110 | 110110 |
Color Harmonies of #ADA068
Complementary color
Monochromatic Colors of #ADA068
Black with #ADA068
Text Example
Text Example
White with #ADA068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA068; }
p { color: rgb(173,160,104); }
H1.HeaderClassName
{
color: #ADA068;
}
.AnyTagClassName
{
color: #ADA068;
}
</style>
background-color css
<style>
a { background-color: #ADA068; }
a { background-color: rgb(173,160,104); }
div.DivClassName
{
background-color: #ADA068;
}
.BgClassName
{
background-color: #ADA068;
}
</style>
border-color css
<style>
span { border-color: #ADA068; }
span { border-color: rgb(173,160,104); }
td.TdClassName
{
border-color: #ADA068;
}
.TagClassName
{
border-color: #ADA068;
}
</style>