Shades of Gimblet #ADA268
Tints of Gimblet #ADA268
RGB
CMYK
RGB Variations
Color information
#ADA268 (or 0xADA268) is known color: Gimblet. HEX triplet: AD, A2 and 68. RGB value is (173,162,104). Sum of RGB (Red+Green+Blue) = 173+162+104=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA268 is #525D97. Grayscale: #9E9E9E. Windows color (decimal): -5397912 or 6857389. OLE color: 6857389.
HSL color Cylindrical-coordinate representation of color #ADA268: hue angle of 50.43º 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 #ADA268 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 104 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.32 |
| HSL | 50.43º | 0.3% | 0.54% | - |
| HSV(B) | 50.43º | 0.4% | 0.68% | - |
| XYZ | 32.65 | 35.72 | 18.27 | - |
| YUV | 158.68 | 97.14 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 104 | 0 | 0.06 | 0.40 | 0.32 | 50.43 | 0.3 | 0.54 |
| Hex | AD | A2 | 68 | 0 | 6 | 28 | 20 | 32 | 1E | 36 |
| Octal | 255 | 242 | 150 | 0 | 6 | 50 | 40 | 62 | 36 | 66 |
| Binary | 10101101 | 10100010 | 1101000 | 0 | 110 | 101000 | 100000 | 110010 | 11110 | 110110 |
Color Harmonies of #ADA268
Complementary color
Monochromatic Colors of #ADA268
Black with #ADA268
Text Example
Text Example
White with #ADA268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA268; }
p { color: rgb(173,162,104); }
H1.HeaderClassName
{
color: #ADA268;
}
.AnyTagClassName
{
color: #ADA268;
}
</style>
background-color css
<style>
a { background-color: #ADA268; }
a { background-color: rgb(173,162,104); }
div.DivClassName
{
background-color: #ADA268;
}
.BgClassName
{
background-color: #ADA268;
}
</style>
border-color css
<style>
span { border-color: #ADA268; }
span { border-color: rgb(173,162,104); }
td.TdClassName
{
border-color: #ADA268;
}
.TagClassName
{
border-color: #ADA268;
}
</style>