Shades of Gimblet #ADA767
Tints of Gimblet #ADA767
RGB
CMYK
RGB Variations
Color information
#ADA767 (or 0xADA767) is known color: Gimblet. HEX triplet: AD, A7 and 67. RGB value is (173,167,103). Sum of RGB (Red+Green+Blue) = 173+167+103=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 103 (40.62% from 255 or 23.25% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA767 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA767 is #525898. Grayscale: #A1A1A1. Windows color (decimal): -5396633 or 6793133. OLE color: 6793133.
HSL color Cylindrical-coordinate representation of color #ADA767: hue angle of 54.86º 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 #ADA767 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 103 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.32 |
| HSL | 54.86º | 0.3% | 0.54% | - |
| HSV(B) | 54.86º | 0.4% | 0.68% | - |
| XYZ | 33.5 | 37.5 | 18.3 | - |
| YUV | 161.5 | 94.99 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 103 | 0 | 0.03 | 0.40 | 0.32 | 54.86 | 0.3 | 0.54 |
| Hex | AD | A7 | 67 | 0 | 3 | 28 | 20 | 37 | 1E | 36 |
| Octal | 255 | 247 | 147 | 0 | 3 | 50 | 40 | 67 | 36 | 66 |
| Binary | 10101101 | 10100111 | 1100111 | 0 | 11 | 101000 | 100000 | 110111 | 11110 | 110110 |
Color Harmonies of #ADA767
Complementary color
Monochromatic Colors of #ADA767
Black with #ADA767
Text Example
Text Example
White with #ADA767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA767; }
p { color: rgb(173,167,103); }
H1.HeaderClassName
{
color: #ADA767;
}
.AnyTagClassName
{
color: #ADA767;
}
</style>
background-color css
<style>
a { background-color: #ADA767; }
a { background-color: rgb(173,167,103); }
div.DivClassName
{
background-color: #ADA767;
}
.BgClassName
{
background-color: #ADA767;
}
</style>
border-color css
<style>
span { border-color: #ADA767; }
span { border-color: rgb(173,167,103); }
td.TdClassName
{
border-color: #ADA767;
}
.TagClassName
{
border-color: #ADA767;
}
</style>