Shades of Gimblet #ADA26A
Tints of Gimblet #ADA26A
RGB
CMYK
RGB Variations
Color information
#ADA26A (or 0xADA26A) is known color: Gimblet. HEX triplet: AD, A2 and 6A. RGB value is (173,162,106). Sum of RGB (Red+Green+Blue) = 173+162+106=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 106 (41.80% from 255 or 24.04% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA26A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA26A is #525D95. Grayscale: #9F9F9F. Windows color (decimal): -5397910 or 6988461. OLE color: 6988461.
HSL color Cylindrical-coordinate representation of color #ADA26A: hue angle of 50.15º 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 #ADA26A is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 106 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.32 |
| HSL | 50.15º | 0.29% | 0.55% | - |
| HSV(B) | 50.15º | 0.39% | 0.68% | - |
| XYZ | 32.76 | 35.77 | 18.81 | - |
| YUV | 158.91 | 98.14 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 106 | 0 | 0.06 | 0.39 | 0.32 | 50.15 | 0.29 | 0.55 |
| Hex | AD | A2 | 6A | 0 | 6 | 27 | 20 | 32 | 1D | 37 |
| Octal | 255 | 242 | 152 | 0 | 6 | 47 | 40 | 62 | 35 | 67 |
| Binary | 10101101 | 10100010 | 1101010 | 0 | 110 | 100111 | 100000 | 110010 | 11101 | 110111 |
Color Harmonies of #ADA26A
Complementary color
Monochromatic Colors of #ADA26A
Black with #ADA26A
Text Example
Text Example
White with #ADA26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA26A; }
p { color: rgb(173,162,106); }
H1.HeaderClassName
{
color: #ADA26A;
}
.AnyTagClassName
{
color: #ADA26A;
}
</style>
background-color css
<style>
a { background-color: #ADA26A; }
a { background-color: rgb(173,162,106); }
div.DivClassName
{
background-color: #ADA26A;
}
.BgClassName
{
background-color: #ADA26A;
}
</style>
border-color css
<style>
span { border-color: #ADA26A; }
span { border-color: rgb(173,162,106); }
td.TdClassName
{
border-color: #ADA26A;
}
.TagClassName
{
border-color: #ADA26A;
}
</style>