Shades of Gimblet #ADAB69
Tints of Gimblet #ADAB69
RGB
CMYK
RGB Variations
Color information
#ADAB69 (or 0xADAB69) is known color: Gimblet. HEX triplet: AD, AB and 69. RGB value is (173,171,105). Sum of RGB (Red+Green+Blue) = 173+171+105=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 105 (41.41% from 255 or 23.39% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB69 is #525496. Grayscale: #A4A4A4. Windows color (decimal): -5395607 or 6925229. OLE color: 6925229.
HSL color Cylindrical-coordinate representation of color #ADAB69: hue angle of 58.24º 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 #ADAB69 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 105 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.32 |
| HSL | 58.24º | 0.29% | 0.55% | - |
| HSV(B) | 58.24º | 0.39% | 0.68% | - |
| XYZ | 34.35 | 39.03 | 19.09 | - |
| YUV | 164.07 | 94.66 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 105 | 0 | 0.01 | 0.39 | 0.32 | 58.24 | 0.29 | 0.55 |
| Hex | AD | AB | 69 | 0 | 1 | 27 | 20 | 3A | 1D | 37 |
| Octal | 255 | 253 | 151 | 0 | 1 | 47 | 40 | 72 | 35 | 67 |
| Binary | 10101101 | 10101011 | 1101001 | 0 | 1 | 100111 | 100000 | 111010 | 11101 | 110111 |
Color Harmonies of #ADAB69
Complementary color
Monochromatic Colors of #ADAB69
Black with #ADAB69
Text Example
Text Example
White with #ADAB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB69; }
p { color: rgb(173,171,105); }
H1.HeaderClassName
{
color: #ADAB69;
}
.AnyTagClassName
{
color: #ADAB69;
}
</style>
background-color css
<style>
a { background-color: #ADAB69; }
a { background-color: rgb(173,171,105); }
div.DivClassName
{
background-color: #ADAB69;
}
.BgClassName
{
background-color: #ADAB69;
}
</style>
border-color css
<style>
span { border-color: #ADAB69; }
span { border-color: rgb(173,171,105); }
td.TdClassName
{
border-color: #ADAB69;
}
.TagClassName
{
border-color: #ADAB69;
}
</style>