Shades of Gimblet #ADA769
Tints of Gimblet #ADA769
RGB
CMYK
RGB Variations
Color information
#ADA769 (or 0xADA769) is known color: Gimblet. HEX triplet: AD, A7 and 69. RGB value is (173,167,105). Sum of RGB (Red+Green+Blue) = 173+167+105=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 105 (41.41% from 255 or 23.60% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA769 is #525896. Grayscale: #A1A1A1. Windows color (decimal): -5396631 or 6924205. OLE color: 6924205.
HSL color Cylindrical-coordinate representation of color #ADA769: hue angle of 54.71º 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 #ADA769 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 105 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.32 |
| HSL | 54.71º | 0.29% | 0.55% | - |
| HSV(B) | 54.71º | 0.39% | 0.68% | - |
| XYZ | 33.6 | 37.54 | 18.84 | - |
| YUV | 161.73 | 95.99 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 105 | 0 | 0.03 | 0.39 | 0.32 | 54.71 | 0.29 | 0.55 |
| Hex | AD | A7 | 69 | 0 | 3 | 27 | 20 | 37 | 1D | 37 |
| Octal | 255 | 247 | 151 | 0 | 3 | 47 | 40 | 67 | 35 | 67 |
| Binary | 10101101 | 10100111 | 1101001 | 0 | 11 | 100111 | 100000 | 110111 | 11101 | 110111 |
Color Harmonies of #ADA769
Complementary color
Monochromatic Colors of #ADA769
Black with #ADA769
Text Example
Text Example
White with #ADA769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA769; }
p { color: rgb(173,167,105); }
H1.HeaderClassName
{
color: #ADA769;
}
.AnyTagClassName
{
color: #ADA769;
}
</style>
background-color css
<style>
a { background-color: #ADA769; }
a { background-color: rgb(173,167,105); }
div.DivClassName
{
background-color: #ADA769;
}
.BgClassName
{
background-color: #ADA769;
}
</style>
border-color css
<style>
span { border-color: #ADA769; }
span { border-color: rgb(173,167,105); }
td.TdClassName
{
border-color: #ADA769;
}
.TagClassName
{
border-color: #ADA769;
}
</style>