Shades of Barley Corn #AD9869
Tints of Barley Corn #AD9869
RGB
CMYK
RGB Variations
Color information
#AD9869 (or 0xAD9869) is known color: Barley Corn. HEX triplet: AD, 98 and 69. RGB value is (173,152,105). Sum of RGB (Red+Green+Blue) = 173+152+105=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 105 (41.41% from 255 or 24.42% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9869 is #526796. Grayscale: #999999. Windows color (decimal): -5400471 or 6920365. OLE color: 6920365.
HSL color Cylindrical-coordinate representation of color #AD9869: hue angle of 41.47º 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 #AD9869 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 152 | 105 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.32 |
| HSL | 41.47º | 0.29% | 0.55% | - |
| HSV(B) | 41.47º | 0.39% | 0.68% | - |
| XYZ | 31.01 | 32.36 | 17.98 | - |
| YUV | 152.92 | 100.96 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 105 | 0 | 0.12 | 0.39 | 0.32 | 41.47 | 0.29 | 0.55 |
| Hex | AD | 98 | 69 | 0 | C | 27 | 20 | 29 | 1D | 37 |
| Octal | 255 | 230 | 151 | 0 | 14 | 47 | 40 | 51 | 35 | 67 |
| Binary | 10101101 | 10011000 | 1101001 | 0 | 1100 | 100111 | 100000 | 101001 | 11101 | 110111 |
Color Harmonies of #AD9869
Complementary color
Monochromatic Colors of #AD9869
Black with #AD9869
Text Example
Text Example
White with #AD9869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9869; }
p { color: rgb(173,152,105); }
H1.HeaderClassName
{
color: #AD9869;
}
.AnyTagClassName
{
color: #AD9869;
}
</style>
background-color css
<style>
a { background-color: #AD9869; }
a { background-color: rgb(173,152,105); }
div.DivClassName
{
background-color: #AD9869;
}
.BgClassName
{
background-color: #AD9869;
}
</style>
border-color css
<style>
span { border-color: #AD9869; }
span { border-color: rgb(173,152,105); }
td.TdClassName
{
border-color: #AD9869;
}
.TagClassName
{
border-color: #AD9869;
}
</style>