Shades of Gimblet #ADA55B
Tints of Gimblet #ADA55B
RGB
CMYK
RGB Variations
Color information
#ADA55B (or 0xADA55B) is known color: Gimblet. HEX triplet: AD, A5 and 5B. RGB value is (173,165,91). Sum of RGB (Red+Green+Blue) = 173+165+91=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA55B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA55B is #525AA4. Grayscale: #9F9F9F. Windows color (decimal): -5397157 or 6006189. OLE color: 6006189.
HSL color Cylindrical-coordinate representation of color #ADA55B: hue angle of 54.15º 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 #ADA55B is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 91 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.32 |
| HSL | 54.15º | 0.33% | 0.52% | - |
| HSV(B) | 54.15º | 0.47% | 0.68% | - |
| XYZ | 32.58 | 36.55 | 15.24 | - |
| YUV | 158.96 | 89.65 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 91 | 0 | 0.05 | 0.47 | 0.32 | 54.15 | 0.33 | 0.52 |
| Hex | AD | A5 | 5B | 0 | 5 | 2F | 20 | 36 | 21 | 34 |
| Octal | 255 | 245 | 133 | 0 | 5 | 57 | 40 | 66 | 41 | 64 |
| Binary | 10101101 | 10100101 | 1011011 | 0 | 101 | 101111 | 100000 | 110110 | 100001 | 110100 |
Color Harmonies of #ADA55B
Complementary color
Monochromatic Colors of #ADA55B
Black with #ADA55B
Text Example
Text Example
White with #ADA55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA55B; }
p { color: rgb(173,165,91); }
H1.HeaderClassName
{
color: #ADA55B;
}
.AnyTagClassName
{
color: #ADA55B;
}
</style>
background-color css
<style>
a { background-color: #ADA55B; }
a { background-color: rgb(173,165,91); }
div.DivClassName
{
background-color: #ADA55B;
}
.BgClassName
{
background-color: #ADA55B;
}
</style>
border-color css
<style>
span { border-color: #ADA55B; }
span { border-color: rgb(173,165,91); }
td.TdClassName
{
border-color: #ADA55B;
}
.TagClassName
{
border-color: #ADA55B;
}
</style>