Shades of Gimblet #ADA568
Tints of Gimblet #ADA568
RGB
CMYK
RGB Variations
Color information
#ADA568 (or 0xADA568) is known color: Gimblet. HEX triplet: AD, A5 and 68. RGB value is (173,165,104). Sum of RGB (Red+Green+Blue) = 173+165+104=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA568 is #525A97. Grayscale: #A0A0A0. Windows color (decimal): -5397144 or 6858157. OLE color: 6858157.
HSL color Cylindrical-coordinate representation of color #ADA568: hue angle of 53.04º 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 #ADA568 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 104 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.32 |
| HSL | 53.04º | 0.3% | 0.54% | - |
| HSV(B) | 53.04º | 0.4% | 0.68% | - |
| XYZ | 33.19 | 36.79 | 18.45 | - |
| YUV | 160.44 | 96.15 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 104 | 0 | 0.05 | 0.40 | 0.32 | 53.04 | 0.3 | 0.54 |
| Hex | AD | A5 | 68 | 0 | 5 | 28 | 20 | 35 | 1E | 36 |
| Octal | 255 | 245 | 150 | 0 | 5 | 50 | 40 | 65 | 36 | 66 |
| Binary | 10101101 | 10100101 | 1101000 | 0 | 101 | 101000 | 100000 | 110101 | 11110 | 110110 |
Color Harmonies of #ADA568
Complementary color
Monochromatic Colors of #ADA568
Black with #ADA568
Text Example
Text Example
White with #ADA568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA568; }
p { color: rgb(173,165,104); }
H1.HeaderClassName
{
color: #ADA568;
}
.AnyTagClassName
{
color: #ADA568;
}
</style>
background-color css
<style>
a { background-color: #ADA568; }
a { background-color: rgb(173,165,104); }
div.DivClassName
{
background-color: #ADA568;
}
.BgClassName
{
background-color: #ADA568;
}
</style>
border-color css
<style>
span { border-color: #ADA568; }
span { border-color: rgb(173,165,104); }
td.TdClassName
{
border-color: #ADA568;
}
.TagClassName
{
border-color: #ADA568;
}
</style>