Shades of Gimblet #ADA368
Tints of Gimblet #ADA368
RGB
CMYK
RGB Variations
Color information
#ADA368 (or 0xADA368) is known color: Gimblet. HEX triplet: AD, A3 and 68. RGB value is (173,163,104). Sum of RGB (Red+Green+Blue) = 173+163+104=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA368 is #525C97. Grayscale: #9F9F9F. Windows color (decimal): -5397656 or 6857645. OLE color: 6857645.
HSL color Cylindrical-coordinate representation of color #ADA368: hue angle of 51.3º 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 #ADA368 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 163 | 104 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.32 |
| HSL | 51.3º | 0.3% | 0.54% | - |
| HSV(B) | 51.3º | 0.4% | 0.68% | - |
| XYZ | 32.83 | 36.08 | 18.33 | - |
| YUV | 159.26 | 96.81 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 104 | 0 | 0.06 | 0.40 | 0.32 | 51.3 | 0.3 | 0.54 |
| Hex | AD | A3 | 68 | 0 | 6 | 28 | 20 | 33 | 1E | 36 |
| Octal | 255 | 243 | 150 | 0 | 6 | 50 | 40 | 63 | 36 | 66 |
| Binary | 10101101 | 10100011 | 1101000 | 0 | 110 | 101000 | 100000 | 110011 | 11110 | 110110 |
Color Harmonies of #ADA368
Complementary color
Monochromatic Colors of #ADA368
Black with #ADA368
Text Example
Text Example
White with #ADA368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA368; }
p { color: rgb(173,163,104); }
H1.HeaderClassName
{
color: #ADA368;
}
.AnyTagClassName
{
color: #ADA368;
}
</style>
background-color css
<style>
a { background-color: #ADA368; }
a { background-color: rgb(173,163,104); }
div.DivClassName
{
background-color: #ADA368;
}
.BgClassName
{
background-color: #ADA368;
}
</style>
border-color css
<style>
span { border-color: #ADA368; }
span { border-color: rgb(173,163,104); }
td.TdClassName
{
border-color: #ADA368;
}
.TagClassName
{
border-color: #ADA368;
}
</style>