Shades of Gimblet #ADA55F
Tints of Gimblet #ADA55F
RGB
CMYK
RGB Variations
Color information
#ADA55F (or 0xADA55F) is known color: Gimblet. HEX triplet: AD, A5 and 5F. RGB value is (173,165,95). Sum of RGB (Red+Green+Blue) = 173+165+95=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA55F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA55F is #525AA0. Grayscale: #9F9F9F. Windows color (decimal): -5397153 or 6268333. OLE color: 6268333.
HSL color Cylindrical-coordinate representation of color #ADA55F: hue angle of 53.85º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADA55F is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 95 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.32 |
| HSL | 53.85º | 0.32% | 0.53% | - |
| HSV(B) | 53.85º | 0.45% | 0.68% | - |
| XYZ | 32.75 | 36.62 | 16.17 | - |
| YUV | 159.41 | 91.65 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 95 | 0 | 0.05 | 0.45 | 0.32 | 53.85 | 0.32 | 0.53 |
| Hex | AD | A5 | 5F | 0 | 5 | 2D | 20 | 36 | 20 | 35 |
| Octal | 255 | 245 | 137 | 0 | 5 | 55 | 40 | 66 | 40 | 65 |
| Binary | 10101101 | 10100101 | 1011111 | 0 | 101 | 101101 | 100000 | 110110 | 100000 | 110101 |
Color Harmonies of #ADA55F
Complementary color
Monochromatic Colors of #ADA55F
Black with #ADA55F
Text Example
Text Example
White with #ADA55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA55F; }
p { color: rgb(173,165,95); }
H1.HeaderClassName
{
color: #ADA55F;
}
.AnyTagClassName
{
color: #ADA55F;
}
</style>
background-color css
<style>
a { background-color: #ADA55F; }
a { background-color: rgb(173,165,95); }
div.DivClassName
{
background-color: #ADA55F;
}
.BgClassName
{
background-color: #ADA55F;
}
</style>
border-color css
<style>
span { border-color: #ADA55F; }
span { border-color: rgb(173,165,95); }
td.TdClassName
{
border-color: #ADA55F;
}
.TagClassName
{
border-color: #ADA55F;
}
</style>