Shades of Gimblet #ADA967
Tints of Gimblet #ADA967
RGB
CMYK
RGB Variations
Color information
#ADA967 (or 0xADA967) is known color: Gimblet. HEX triplet: AD, A9 and 67. RGB value is (173,169,103). Sum of RGB (Red+Green+Blue) = 173+169+103=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 103 (40.62% from 255 or 23.15% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA967 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA967 is #525698. Grayscale: #A2A2A2. Windows color (decimal): -5396121 or 6793645. OLE color: 6793645.
HSL color Cylindrical-coordinate representation of color #ADA967: hue angle of 56.57º 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 #ADA967 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 103 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.32 |
| HSL | 56.57º | 0.3% | 0.54% | - |
| HSV(B) | 56.57º | 0.4% | 0.68% | - |
| XYZ | 33.87 | 38.24 | 18.43 | - |
| YUV | 162.67 | 94.33 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 103 | 0 | 0.02 | 0.40 | 0.32 | 56.57 | 0.3 | 0.54 |
| Hex | AD | A9 | 67 | 0 | 2 | 28 | 20 | 39 | 1E | 36 |
| Octal | 255 | 251 | 147 | 0 | 2 | 50 | 40 | 71 | 36 | 66 |
| Binary | 10101101 | 10101001 | 1100111 | 0 | 10 | 101000 | 100000 | 111001 | 11110 | 110110 |
Color Harmonies of #ADA967
Complementary color
Monochromatic Colors of #ADA967
Black with #ADA967
Text Example
Text Example
White with #ADA967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA967; }
p { color: rgb(173,169,103); }
H1.HeaderClassName
{
color: #ADA967;
}
.AnyTagClassName
{
color: #ADA967;
}
</style>
background-color css
<style>
a { background-color: #ADA967; }
a { background-color: rgb(173,169,103); }
div.DivClassName
{
background-color: #ADA967;
}
.BgClassName
{
background-color: #ADA967;
}
</style>
border-color css
<style>
span { border-color: #ADA967; }
span { border-color: rgb(173,169,103); }
td.TdClassName
{
border-color: #ADA967;
}
.TagClassName
{
border-color: #ADA967;
}
</style>