Shades of Gimblet #ADA45D
Tints of Gimblet #ADA45D
RGB
CMYK
RGB Variations
Color information
#ADA45D (or 0xADA45D) is known color: Gimblet. HEX triplet: AD, A4 and 5D. RGB value is (173,164,93). Sum of RGB (Red+Green+Blue) = 173+164+93=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA45D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA45D is #525BA2. Grayscale: #9E9E9E. Windows color (decimal): -5397411 or 6137005. OLE color: 6137005.
HSL color Cylindrical-coordinate representation of color #ADA45D: hue angle of 53.25º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADA45D is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 164 | 93 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.32 |
| HSL | 53.25º | 0.33% | 0.52% | - |
| HSV(B) | 53.25º | 0.46% | 0.68% | - |
| XYZ | 32.48 | 36.23 | 15.64 | - |
| YUV | 158.6 | 90.98 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 164 | 93 | 0 | 0.05 | 0.46 | 0.32 | 53.25 | 0.33 | 0.52 |
| Hex | AD | A4 | 5D | 0 | 5 | 2E | 20 | 35 | 21 | 34 |
| Octal | 255 | 244 | 135 | 0 | 5 | 56 | 40 | 65 | 41 | 64 |
| Binary | 10101101 | 10100100 | 1011101 | 0 | 101 | 101110 | 100000 | 110101 | 100001 | 110100 |
Color Harmonies of #ADA45D
Complementary color
Monochromatic Colors of #ADA45D
Black with #ADA45D
Text Example
Text Example
White with #ADA45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA45D; }
p { color: rgb(173,164,93); }
H1.HeaderClassName
{
color: #ADA45D;
}
.AnyTagClassName
{
color: #ADA45D;
}
</style>
background-color css
<style>
a { background-color: #ADA45D; }
a { background-color: rgb(173,164,93); }
div.DivClassName
{
background-color: #ADA45D;
}
.BgClassName
{
background-color: #ADA45D;
}
</style>
border-color css
<style>
span { border-color: #ADA45D; }
span { border-color: rgb(173,164,93); }
td.TdClassName
{
border-color: #ADA45D;
}
.TagClassName
{
border-color: #ADA45D;
}
</style>