Shades of Gimblet #ADA458
Tints of Gimblet #ADA458
RGB
CMYK
RGB Variations
Color information
#ADA458 (or 0xADA458) is known color: Gimblet. HEX triplet: AD, A4 and 58. RGB value is (173,164,88). Sum of RGB (Red+Green+Blue) = 173+164+88=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 88 (34.77% from 255 or 20.71% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA458 is #525BA7. Grayscale: #9E9E9E. Windows color (decimal): -5397416 or 5809325. OLE color: 5809325.
HSL color Cylindrical-coordinate representation of color #ADA458: hue angle of 53.65º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADA458 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 164 | 88 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.32 |
| HSL | 53.65º | 0.34% | 0.51% | - |
| HSV(B) | 53.65º | 0.49% | 0.68% | - |
| XYZ | 32.27 | 36.14 | 14.51 | - |
| YUV | 158.03 | 88.48 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 164 | 88 | 0 | 0.05 | 0.49 | 0.32 | 53.65 | 0.34 | 0.51 |
| Hex | AD | A4 | 58 | 0 | 5 | 31 | 20 | 36 | 22 | 33 |
| Octal | 255 | 244 | 130 | 0 | 5 | 61 | 40 | 66 | 42 | 63 |
| Binary | 10101101 | 10100100 | 1011000 | 0 | 101 | 110001 | 100000 | 110110 | 100010 | 110011 |
Color Harmonies of #ADA458
Complementary color
Monochromatic Colors of #ADA458
Black with #ADA458
Text Example
Text Example
White with #ADA458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA458; }
p { color: rgb(173,164,88); }
H1.HeaderClassName
{
color: #ADA458;
}
.AnyTagClassName
{
color: #ADA458;
}
</style>
background-color css
<style>
a { background-color: #ADA458; }
a { background-color: rgb(173,164,88); }
div.DivClassName
{
background-color: #ADA458;
}
.BgClassName
{
background-color: #ADA458;
}
</style>
border-color css
<style>
span { border-color: #ADA458; }
span { border-color: rgb(173,164,88); }
td.TdClassName
{
border-color: #ADA458;
}
.TagClassName
{
border-color: #ADA458;
}
</style>