Shades of Barley Corn #AD9166
Tints of Barley Corn #AD9166
RGB
CMYK
RGB Variations
Color information
#AD9166 (or 0xAD9166) is known color: Barley Corn. HEX triplet: AD, 91 and 66. RGB value is (173,145,102). Sum of RGB (Red+Green+Blue) = 173+145+102=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9166 is #526E99. Grayscale: #949494. Windows color (decimal): -5402266 or 6721965. OLE color: 6721965.
HSL color Cylindrical-coordinate representation of color #AD9166: hue angle of 36.34º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD9166 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 145 | 102 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.32 |
| HSL | 36.34º | 0.3% | 0.54% | - |
| HSV(B) | 36.34º | 0.41% | 0.68% | - |
| XYZ | 29.76 | 30.09 | 16.81 | - |
| YUV | 148.47 | 101.78 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 102 | 0 | 0.16 | 0.41 | 0.32 | 36.34 | 0.3 | 0.54 |
| Hex | AD | 91 | 66 | 0 | 10 | 29 | 20 | 24 | 1E | 36 |
| Octal | 255 | 221 | 146 | 0 | 20 | 51 | 40 | 44 | 36 | 66 |
| Binary | 10101101 | 10010001 | 1100110 | 0 | 10000 | 101001 | 100000 | 100100 | 11110 | 110110 |
Color Harmonies of #AD9166
Complementary color
Monochromatic Colors of #AD9166
Black with #AD9166
Text Example
Text Example
White with #AD9166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9166; }
p { color: rgb(173,145,102); }
H1.HeaderClassName
{
color: #AD9166;
}
.AnyTagClassName
{
color: #AD9166;
}
</style>
background-color css
<style>
a { background-color: #AD9166; }
a { background-color: rgb(173,145,102); }
div.DivClassName
{
background-color: #AD9166;
}
.BgClassName
{
background-color: #AD9166;
}
</style>
border-color css
<style>
span { border-color: #AD9166; }
span { border-color: rgb(173,145,102); }
td.TdClassName
{
border-color: #AD9166;
}
.TagClassName
{
border-color: #AD9166;
}
</style>