Shades of Gimblet #ADA55C
Tints of Gimblet #ADA55C
RGB
CMYK
RGB Variations
Color information
#ADA55C (or 0xADA55C) is known color: Gimblet. HEX triplet: AD, A5 and 5C. RGB value is (173,165,92). Sum of RGB (Red+Green+Blue) = 173+165+92=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA55C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA55C is #525AA3. Grayscale: #9F9F9F. Windows color (decimal): -5397156 or 6071725. OLE color: 6071725.
HSL color Cylindrical-coordinate representation of color #ADA55C: hue angle of 54.07º 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 #ADA55C is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 92 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.32 |
| HSL | 54.07º | 0.33% | 0.52% | - |
| HSV(B) | 54.07º | 0.47% | 0.68% | - |
| XYZ | 32.62 | 36.57 | 15.46 | - |
| YUV | 159.07 | 90.15 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 92 | 0 | 0.05 | 0.47 | 0.32 | 54.07 | 0.33 | 0.52 |
| Hex | AD | A5 | 5C | 0 | 5 | 2F | 20 | 36 | 21 | 34 |
| Octal | 255 | 245 | 134 | 0 | 5 | 57 | 40 | 66 | 41 | 64 |
| Binary | 10101101 | 10100101 | 1011100 | 0 | 101 | 101111 | 100000 | 110110 | 100001 | 110100 |
Color Harmonies of #ADA55C
Complementary color
Monochromatic Colors of #ADA55C
Black with #ADA55C
Text Example
Text Example
White with #ADA55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA55C; }
p { color: rgb(173,165,92); }
H1.HeaderClassName
{
color: #ADA55C;
}
.AnyTagClassName
{
color: #ADA55C;
}
</style>
background-color css
<style>
a { background-color: #ADA55C; }
a { background-color: rgb(173,165,92); }
div.DivClassName
{
background-color: #ADA55C;
}
.BgClassName
{
background-color: #ADA55C;
}
</style>
border-color css
<style>
span { border-color: #ADA55C; }
span { border-color: rgb(173,165,92); }
td.TdClassName
{
border-color: #ADA55C;
}
.TagClassName
{
border-color: #ADA55C;
}
</style>