Shades of Gimblet #ADA558
Tints of Gimblet #ADA558
RGB
CMYK
RGB Variations
Color information
#ADA558 (or 0xADA558) is known color: Gimblet. HEX triplet: AD, A5 and 58. RGB value is (173,165,88). Sum of RGB (Red+Green+Blue) = 173+165+88=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 88 (34.77% from 255 or 20.66% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA558 is #525AA7. Grayscale: #9E9E9E. Windows color (decimal): -5397160 or 5809581. OLE color: 5809581.
HSL color Cylindrical-coordinate representation of color #ADA558: hue angle of 54.35º 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 #ADA558 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 88 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.32 |
| HSL | 54.35º | 0.34% | 0.51% | - |
| HSV(B) | 54.35º | 0.49% | 0.68% | - |
| XYZ | 32.45 | 36.5 | 14.57 | - |
| YUV | 158.61 | 88.15 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 88 | 0 | 0.05 | 0.49 | 0.32 | 54.35 | 0.34 | 0.51 |
| Hex | AD | A5 | 58 | 0 | 5 | 31 | 20 | 36 | 22 | 33 |
| Octal | 255 | 245 | 130 | 0 | 5 | 61 | 40 | 66 | 42 | 63 |
| Binary | 10101101 | 10100101 | 1011000 | 0 | 101 | 110001 | 100000 | 110110 | 100010 | 110011 |
Color Harmonies of #ADA558
Complementary color
Monochromatic Colors of #ADA558
Black with #ADA558
Text Example
Text Example
White with #ADA558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA558; }
p { color: rgb(173,165,88); }
H1.HeaderClassName
{
color: #ADA558;
}
.AnyTagClassName
{
color: #ADA558;
}
</style>
background-color css
<style>
a { background-color: #ADA558; }
a { background-color: rgb(173,165,88); }
div.DivClassName
{
background-color: #ADA558;
}
.BgClassName
{
background-color: #ADA558;
}
</style>
border-color css
<style>
span { border-color: #ADA558; }
span { border-color: rgb(173,165,88); }
td.TdClassName
{
border-color: #ADA558;
}
.TagClassName
{
border-color: #ADA558;
}
</style>