Shades of Gimblet #ADA05C
Tints of Gimblet #ADA05C
RGB
CMYK
RGB Variations
Color information
#ADA05C (or 0xADA05C) is known color: Gimblet. HEX triplet: AD, A0 and 5C. RGB value is (173,160,92). Sum of RGB (Red+Green+Blue) = 173+160+92=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA05C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA05C is #525FA3. Grayscale: #9C9C9C. Windows color (decimal): -5398436 or 6070445. OLE color: 6070445.
HSL color Cylindrical-coordinate representation of color #ADA05C: hue angle of 50.37º 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 #ADA05C is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 160 | 92 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.32 |
| HSL | 50.37º | 0.33% | 0.52% | - |
| HSV(B) | 50.37º | 0.47% | 0.68% | - |
| XYZ | 31.74 | 34.8 | 15.17 | - |
| YUV | 156.14 | 91.81 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 92 | 0 | 0.08 | 0.47 | 0.32 | 50.37 | 0.33 | 0.52 |
| Hex | AD | A0 | 5C | 0 | 8 | 2F | 20 | 32 | 21 | 34 |
| Octal | 255 | 240 | 134 | 0 | 10 | 57 | 40 | 62 | 41 | 64 |
| Binary | 10101101 | 10100000 | 1011100 | 0 | 1000 | 101111 | 100000 | 110010 | 100001 | 110100 |
Color Harmonies of #ADA05C
Complementary color
Monochromatic Colors of #ADA05C
Black with #ADA05C
Text Example
Text Example
White with #ADA05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA05C; }
p { color: rgb(173,160,92); }
H1.HeaderClassName
{
color: #ADA05C;
}
.AnyTagClassName
{
color: #ADA05C;
}
</style>
background-color css
<style>
a { background-color: #ADA05C; }
a { background-color: rgb(173,160,92); }
div.DivClassName
{
background-color: #ADA05C;
}
.BgClassName
{
background-color: #ADA05C;
}
</style>
border-color css
<style>
span { border-color: #ADA05C; }
span { border-color: rgb(173,160,92); }
td.TdClassName
{
border-color: #ADA05C;
}
.TagClassName
{
border-color: #ADA05C;
}
</style>