Shades of Gimblet #ADA25D
Tints of Gimblet #ADA25D
RGB
CMYK
RGB Variations
Color information
#ADA25D (or 0xADA25D) is known color: Gimblet. HEX triplet: AD, A2 and 5D. RGB value is (173,162,93). Sum of RGB (Red+Green+Blue) = 173+162+93=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA25D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA25D is #525DA2. Grayscale: #9D9D9D. Windows color (decimal): -5397923 or 6136493. OLE color: 6136493.
HSL color Cylindrical-coordinate representation of color #ADA25D: hue angle of 51.75º 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 #ADA25D is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 93 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.32 |
| HSL | 51.75º | 0.33% | 0.52% | - |
| HSV(B) | 51.75º | 0.46% | 0.68% | - |
| XYZ | 32.13 | 35.52 | 15.52 | - |
| YUV | 157.42 | 91.64 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 93 | 0 | 0.06 | 0.46 | 0.32 | 51.75 | 0.33 | 0.52 |
| Hex | AD | A2 | 5D | 0 | 6 | 2E | 20 | 34 | 21 | 34 |
| Octal | 255 | 242 | 135 | 0 | 6 | 56 | 40 | 64 | 41 | 64 |
| Binary | 10101101 | 10100010 | 1011101 | 0 | 110 | 101110 | 100000 | 110100 | 100001 | 110100 |
Color Harmonies of #ADA25D
Complementary color
Monochromatic Colors of #ADA25D
Black with #ADA25D
Text Example
Text Example
White with #ADA25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA25D; }
p { color: rgb(173,162,93); }
H1.HeaderClassName
{
color: #ADA25D;
}
.AnyTagClassName
{
color: #ADA25D;
}
</style>
background-color css
<style>
a { background-color: #ADA25D; }
a { background-color: rgb(173,162,93); }
div.DivClassName
{
background-color: #ADA25D;
}
.BgClassName
{
background-color: #ADA25D;
}
</style>
border-color css
<style>
span { border-color: #ADA25D; }
span { border-color: rgb(173,162,93); }
td.TdClassName
{
border-color: #ADA25D;
}
.TagClassName
{
border-color: #ADA25D;
}
</style>