Shades of Gimblet #ADAB6A
Tints of Gimblet #ADAB6A
RGB
CMYK
RGB Variations
Color information
#ADAB6A (or 0xADAB6A) is known color: Gimblet. HEX triplet: AD, AB and 6A. RGB value is (173,171,106). Sum of RGB (Red+Green+Blue) = 173+171+106=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 106 (41.80% from 255 or 23.56% from 450); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB6A is #525495. Grayscale: #A4A4A4. Windows color (decimal): -5395606 or 6990765. OLE color: 6990765.
HSL color Cylindrical-coordinate representation of color #ADAB6A: hue angle of 58.21º 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 #ADAB6A is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 106 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.32 |
| HSL | 58.21º | 0.29% | 0.55% | - |
| HSV(B) | 58.21º | 0.39% | 0.68% | - |
| XYZ | 34.4 | 39.05 | 19.36 | - |
| YUV | 164.19 | 95.16 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 106 | 0 | 0.01 | 0.39 | 0.32 | 58.21 | 0.29 | 0.55 |
| Hex | AD | AB | 6A | 0 | 1 | 27 | 20 | 3A | 1D | 37 |
| Octal | 255 | 253 | 152 | 0 | 1 | 47 | 40 | 72 | 35 | 67 |
| Binary | 10101101 | 10101011 | 1101010 | 0 | 1 | 100111 | 100000 | 111010 | 11101 | 110111 |
Color Harmonies of #ADAB6A
Complementary color
Monochromatic Colors of #ADAB6A
Black with #ADAB6A
Text Example
Text Example
White with #ADAB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB6A; }
p { color: rgb(173,171,106); }
H1.HeaderClassName
{
color: #ADAB6A;
}
.AnyTagClassName
{
color: #ADAB6A;
}
</style>
background-color css
<style>
a { background-color: #ADAB6A; }
a { background-color: rgb(173,171,106); }
div.DivClassName
{
background-color: #ADAB6A;
}
.BgClassName
{
background-color: #ADAB6A;
}
</style>
border-color css
<style>
span { border-color: #ADAB6A; }
span { border-color: rgb(173,171,106); }
td.TdClassName
{
border-color: #ADAB6A;
}
.TagClassName
{
border-color: #ADAB6A;
}
</style>