Shades of Gimblet #ADA569
Tints of Gimblet #ADA569
RGB
CMYK
RGB Variations
Color information
#ADA569 (or 0xADA569) is known color: Gimblet. HEX triplet: AD, A5 and 69. RGB value is (173,165,105). Sum of RGB (Red+Green+Blue) = 173+165+105=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 105 (41.41% from 255 or 23.70% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA569 is #525A96. Grayscale: #A0A0A0. Windows color (decimal): -5397143 or 6923693. OLE color: 6923693.
HSL color Cylindrical-coordinate representation of color #ADA569: hue angle of 52.94º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADA569 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 105 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.32 |
| HSL | 52.94º | 0.29% | 0.55% | - |
| HSV(B) | 52.94º | 0.39% | 0.68% | - |
| XYZ | 33.24 | 36.81 | 18.72 | - |
| YUV | 160.55 | 96.65 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 105 | 0 | 0.05 | 0.39 | 0.32 | 52.94 | 0.29 | 0.55 |
| Hex | AD | A5 | 69 | 0 | 5 | 27 | 20 | 35 | 1D | 37 |
| Octal | 255 | 245 | 151 | 0 | 5 | 47 | 40 | 65 | 35 | 67 |
| Binary | 10101101 | 10100101 | 1101001 | 0 | 101 | 100111 | 100000 | 110101 | 11101 | 110111 |
Color Harmonies of #ADA569
Complementary color
Monochromatic Colors of #ADA569
Black with #ADA569
Text Example
Text Example
White with #ADA569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA569; }
p { color: rgb(173,165,105); }
H1.HeaderClassName
{
color: #ADA569;
}
.AnyTagClassName
{
color: #ADA569;
}
</style>
background-color css
<style>
a { background-color: #ADA569; }
a { background-color: rgb(173,165,105); }
div.DivClassName
{
background-color: #ADA569;
}
.BgClassName
{
background-color: #ADA569;
}
</style>
border-color css
<style>
span { border-color: #ADA569; }
span { border-color: rgb(173,165,105); }
td.TdClassName
{
border-color: #ADA569;
}
.TagClassName
{
border-color: #ADA569;
}
</style>