Shades of Gimblet #ADA567
Tints of Gimblet #ADA567
RGB
CMYK
RGB Variations
Color information
#ADA567 (or 0xADA567) is known color: Gimblet. HEX triplet: AD, A5 and 67. RGB value is (173,165,103). Sum of RGB (Red+Green+Blue) = 173+165+103=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 103 (40.62% from 255 or 23.36% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA567 is #525A98. Grayscale: #A0A0A0. Windows color (decimal): -5397145 or 6792621. OLE color: 6792621.
HSL color Cylindrical-coordinate representation of color #ADA567: hue angle of 53.14º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADA567 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 103 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.32 |
| HSL | 53.14º | 0.3% | 0.54% | - |
| HSV(B) | 53.14º | 0.4% | 0.68% | - |
| XYZ | 33.14 | 36.77 | 18.18 | - |
| YUV | 160.32 | 95.65 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 103 | 0 | 0.05 | 0.40 | 0.32 | 53.14 | 0.3 | 0.54 |
| Hex | AD | A5 | 67 | 0 | 5 | 28 | 20 | 35 | 1E | 36 |
| Octal | 255 | 245 | 147 | 0 | 5 | 50 | 40 | 65 | 36 | 66 |
| Binary | 10101101 | 10100101 | 1100111 | 0 | 101 | 101000 | 100000 | 110101 | 11110 | 110110 |
Color Harmonies of #ADA567
Complementary color
Monochromatic Colors of #ADA567
Black with #ADA567
Text Example
Text Example
White with #ADA567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA567; }
p { color: rgb(173,165,103); }
H1.HeaderClassName
{
color: #ADA567;
}
.AnyTagClassName
{
color: #ADA567;
}
</style>
background-color css
<style>
a { background-color: #ADA567; }
a { background-color: rgb(173,165,103); }
div.DivClassName
{
background-color: #ADA567;
}
.BgClassName
{
background-color: #ADA567;
}
</style>
border-color css
<style>
span { border-color: #ADA567; }
span { border-color: rgb(173,165,103); }
td.TdClassName
{
border-color: #ADA567;
}
.TagClassName
{
border-color: #ADA567;
}
</style>