Shades of Gimblet #ADA15E
Tints of Gimblet #ADA15E
RGB
CMYK
RGB Variations
Color information
#ADA15E (or 0xADA15E) is known color: Gimblet. HEX triplet: AD, A1 and 5E. RGB value is (173,161,94). Sum of RGB (Red+Green+Blue) = 173+161+94=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA15E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA15E is #525EA1. Grayscale: #9D9D9D. Windows color (decimal): -5398178 or 6201773. OLE color: 6201773.
HSL color Cylindrical-coordinate representation of color #ADA15E: hue angle of 50.89º 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 #ADA15E is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 94 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.32 |
| HSL | 50.89º | 0.33% | 0.52% | - |
| HSV(B) | 50.89º | 0.46% | 0.68% | - |
| XYZ | 32 | 35.18 | 15.69 | - |
| YUV | 156.95 | 92.48 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 94 | 0 | 0.07 | 0.46 | 0.32 | 50.89 | 0.33 | 0.52 |
| Hex | AD | A1 | 5E | 0 | 7 | 2E | 20 | 33 | 21 | 34 |
| Octal | 255 | 241 | 136 | 0 | 7 | 56 | 40 | 63 | 41 | 64 |
| Binary | 10101101 | 10100001 | 1011110 | 0 | 111 | 101110 | 100000 | 110011 | 100001 | 110100 |
Color Harmonies of #ADA15E
Complementary color
Monochromatic Colors of #ADA15E
Black with #ADA15E
Text Example
Text Example
White with #ADA15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA15E; }
p { color: rgb(173,161,94); }
H1.HeaderClassName
{
color: #ADA15E;
}
.AnyTagClassName
{
color: #ADA15E;
}
</style>
background-color css
<style>
a { background-color: #ADA15E; }
a { background-color: rgb(173,161,94); }
div.DivClassName
{
background-color: #ADA15E;
}
.BgClassName
{
background-color: #ADA15E;
}
</style>
border-color css
<style>
span { border-color: #ADA15E; }
span { border-color: rgb(173,161,94); }
td.TdClassName
{
border-color: #ADA15E;
}
.TagClassName
{
border-color: #ADA15E;
}
</style>