Shades of Gimblet #ADA15B
Tints of Gimblet #ADA15B
RGB
CMYK
RGB Variations
Color information
#ADA15B (or 0xADA15B) is known color: Gimblet. HEX triplet: AD, A1 and 5B. RGB value is (173,161,91). Sum of RGB (Red+Green+Blue) = 173+161+91=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA15B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA15B is #525EA4. Grayscale: #9C9C9C. Windows color (decimal): -5398181 or 6005165. OLE color: 6005165.
HSL color Cylindrical-coordinate representation of color #ADA15B: hue angle of 51.22º 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 #ADA15B is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 91 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.32 |
| HSL | 51.22º | 0.33% | 0.52% | - |
| HSV(B) | 51.22º | 0.47% | 0.68% | - |
| XYZ | 31.87 | 35.13 | 15 | - |
| YUV | 156.61 | 90.98 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 91 | 0 | 0.07 | 0.47 | 0.32 | 51.22 | 0.33 | 0.52 |
| Hex | AD | A1 | 5B | 0 | 7 | 2F | 20 | 33 | 21 | 34 |
| Octal | 255 | 241 | 133 | 0 | 7 | 57 | 40 | 63 | 41 | 64 |
| Binary | 10101101 | 10100001 | 1011011 | 0 | 111 | 101111 | 100000 | 110011 | 100001 | 110100 |
Color Harmonies of #ADA15B
Complementary color
Monochromatic Colors of #ADA15B
Black with #ADA15B
Text Example
Text Example
White with #ADA15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA15B; }
p { color: rgb(173,161,91); }
H1.HeaderClassName
{
color: #ADA15B;
}
.AnyTagClassName
{
color: #ADA15B;
}
</style>
background-color css
<style>
a { background-color: #ADA15B; }
a { background-color: rgb(173,161,91); }
div.DivClassName
{
background-color: #ADA15B;
}
.BgClassName
{
background-color: #ADA15B;
}
</style>
border-color css
<style>
span { border-color: #ADA15B; }
span { border-color: rgb(173,161,91); }
td.TdClassName
{
border-color: #ADA15B;
}
.TagClassName
{
border-color: #ADA15B;
}
</style>