Shades of Gimblet #ADA25B
Tints of Gimblet #ADA25B
RGB
CMYK
RGB Variations
Color information
#ADA25B (or 0xADA25B) is known color: Gimblet. HEX triplet: AD, A2 and 5B. RGB value is (173,162,91). Sum of RGB (Red+Green+Blue) = 173+162+91=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA25B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA25B is #525DA4. Grayscale: #9D9D9D. Windows color (decimal): -5397925 or 6005421. OLE color: 6005421.
HSL color Cylindrical-coordinate representation of color #ADA25B: hue angle of 51.95º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADA25B is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 91 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.32 |
| HSL | 51.95º | 0.33% | 0.52% | - |
| HSV(B) | 51.95º | 0.47% | 0.68% | - |
| XYZ | 32.04 | 35.48 | 15.06 | - |
| YUV | 157.2 | 90.64 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 91 | 0 | 0.06 | 0.47 | 0.32 | 51.95 | 0.33 | 0.52 |
| Hex | AD | A2 | 5B | 0 | 6 | 2F | 20 | 34 | 21 | 34 |
| Octal | 255 | 242 | 133 | 0 | 6 | 57 | 40 | 64 | 41 | 64 |
| Binary | 10101101 | 10100010 | 1011011 | 0 | 110 | 101111 | 100000 | 110100 | 100001 | 110100 |
Color Harmonies of #ADA25B
Complementary color
Monochromatic Colors of #ADA25B
Black with #ADA25B
Text Example
Text Example
White with #ADA25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA25B; }
p { color: rgb(173,162,91); }
H1.HeaderClassName
{
color: #ADA25B;
}
.AnyTagClassName
{
color: #ADA25B;
}
</style>
background-color css
<style>
a { background-color: #ADA25B; }
a { background-color: rgb(173,162,91); }
div.DivClassName
{
background-color: #ADA25B;
}
.BgClassName
{
background-color: #ADA25B;
}
</style>
border-color css
<style>
span { border-color: #ADA25B; }
span { border-color: rgb(173,162,91); }
td.TdClassName
{
border-color: #ADA25B;
}
.TagClassName
{
border-color: #ADA25B;
}
</style>