Shades of Gimblet #ADA45C
Tints of Gimblet #ADA45C
RGB
CMYK
RGB Variations
Color information
#ADA45C (or 0xADA45C) is known color: Gimblet. HEX triplet: AD, A4 and 5C. RGB value is (173,164,92). Sum of RGB (Red+Green+Blue) = 173+164+92=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA45C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA45C is #525BA3. Grayscale: #9E9E9E. Windows color (decimal): -5397412 or 6071469. OLE color: 6071469.
HSL color Cylindrical-coordinate representation of color #ADA45C: hue angle of 53.33º 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 #ADA45C is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 164 | 92 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.32 |
| HSL | 53.33º | 0.33% | 0.52% | - |
| HSV(B) | 53.33º | 0.47% | 0.68% | - |
| XYZ | 32.44 | 36.21 | 15.4 | - |
| YUV | 158.48 | 90.48 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 164 | 92 | 0 | 0.05 | 0.47 | 0.32 | 53.33 | 0.33 | 0.52 |
| Hex | AD | A4 | 5C | 0 | 5 | 2F | 20 | 35 | 21 | 34 |
| Octal | 255 | 244 | 134 | 0 | 5 | 57 | 40 | 65 | 41 | 64 |
| Binary | 10101101 | 10100100 | 1011100 | 0 | 101 | 101111 | 100000 | 110101 | 100001 | 110100 |
Color Harmonies of #ADA45C
Complementary color
Monochromatic Colors of #ADA45C
Black with #ADA45C
Text Example
Text Example
White with #ADA45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA45C; }
p { color: rgb(173,164,92); }
H1.HeaderClassName
{
color: #ADA45C;
}
.AnyTagClassName
{
color: #ADA45C;
}
</style>
background-color css
<style>
a { background-color: #ADA45C; }
a { background-color: rgb(173,164,92); }
div.DivClassName
{
background-color: #ADA45C;
}
.BgClassName
{
background-color: #ADA45C;
}
</style>
border-color css
<style>
span { border-color: #ADA45C; }
span { border-color: rgb(173,164,92); }
td.TdClassName
{
border-color: #ADA45C;
}
.TagClassName
{
border-color: #ADA45C;
}
</style>