Shades of Gimblet #ADA35D
Tints of Gimblet #ADA35D
RGB
CMYK
RGB Variations
Color information
#ADA35D (or 0xADA35D) is known color: Gimblet. HEX triplet: AD, A3 and 5D. RGB value is (173,163,93). Sum of RGB (Red+Green+Blue) = 173+163+93=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA35D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA35D is #525CA2. Grayscale: #9E9E9E. Windows color (decimal): -5397667 or 6136749. OLE color: 6136749.
HSL color Cylindrical-coordinate representation of color #ADA35D: hue angle of 52.5º 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 #ADA35D is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 163 | 93 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.32 |
| HSL | 52.5º | 0.33% | 0.52% | - |
| HSV(B) | 52.5º | 0.46% | 0.68% | - |
| XYZ | 32.31 | 35.87 | 15.58 | - |
| YUV | 158.01 | 91.31 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 93 | 0 | 0.06 | 0.46 | 0.32 | 52.5 | 0.33 | 0.52 |
| Hex | AD | A3 | 5D | 0 | 6 | 2E | 20 | 34 | 21 | 34 |
| Octal | 255 | 243 | 135 | 0 | 6 | 56 | 40 | 64 | 41 | 64 |
| Binary | 10101101 | 10100011 | 1011101 | 0 | 110 | 101110 | 100000 | 110100 | 100001 | 110100 |
Color Harmonies of #ADA35D
Complementary color
Monochromatic Colors of #ADA35D
Black with #ADA35D
Text Example
Text Example
White with #ADA35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA35D; }
p { color: rgb(173,163,93); }
H1.HeaderClassName
{
color: #ADA35D;
}
.AnyTagClassName
{
color: #ADA35D;
}
</style>
background-color css
<style>
a { background-color: #ADA35D; }
a { background-color: rgb(173,163,93); }
div.DivClassName
{
background-color: #ADA35D;
}
.BgClassName
{
background-color: #ADA35D;
}
</style>
border-color css
<style>
span { border-color: #ADA35D; }
span { border-color: rgb(173,163,93); }
td.TdClassName
{
border-color: #ADA35D;
}
.TagClassName
{
border-color: #ADA35D;
}
</style>