Shades of Gimblet #ADA265
Tints of Gimblet #ADA265
RGB
CMYK
RGB Variations
Color information
#ADA265 (or 0xADA265) is known color: Gimblet. HEX triplet: AD, A2 and 65. RGB value is (173,162,101). Sum of RGB (Red+Green+Blue) = 173+162+101=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA265 is #525D9A. Grayscale: #9E9E9E. Windows color (decimal): -5397915 or 6660781. OLE color: 6660781.
HSL color Cylindrical-coordinate representation of color #ADA265: hue angle of 50.83º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADA265 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 101 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.32 |
| HSL | 50.83º | 0.31% | 0.54% | - |
| HSV(B) | 50.83º | 0.42% | 0.68% | - |
| XYZ | 32.5 | 35.66 | 17.48 | - |
| YUV | 158.34 | 95.64 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 101 | 0 | 0.06 | 0.42 | 0.32 | 50.83 | 0.31 | 0.54 |
| Hex | AD | A2 | 65 | 0 | 6 | 2A | 20 | 33 | 1F | 36 |
| Octal | 255 | 242 | 145 | 0 | 6 | 52 | 40 | 63 | 37 | 66 |
| Binary | 10101101 | 10100010 | 1100101 | 0 | 110 | 101010 | 100000 | 110011 | 11111 | 110110 |
Color Harmonies of #ADA265
Complementary color
Monochromatic Colors of #ADA265
Black with #ADA265
Text Example
Text Example
White with #ADA265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA265; }
p { color: rgb(173,162,101); }
H1.HeaderClassName
{
color: #ADA265;
}
.AnyTagClassName
{
color: #ADA265;
}
</style>
background-color css
<style>
a { background-color: #ADA265; }
a { background-color: rgb(173,162,101); }
div.DivClassName
{
background-color: #ADA265;
}
.BgClassName
{
background-color: #ADA265;
}
</style>
border-color css
<style>
span { border-color: #ADA265; }
span { border-color: rgb(173,162,101); }
td.TdClassName
{
border-color: #ADA265;
}
.TagClassName
{
border-color: #ADA265;
}
</style>