Shades of Barley Corn #AD956A
Tints of Barley Corn #AD956A
RGB
CMYK
RGB Variations
Color information
#AD956A (or 0xAD956A) is known color: Barley Corn. HEX triplet: AD, 95 and 6A. RGB value is (173,149,106). Sum of RGB (Red+Green+Blue) = 173+149+106=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 106 (41.80% from 255 or 24.77% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD956A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD956A is #526A95. Grayscale: #979797. Windows color (decimal): -5401238 or 6985133. OLE color: 6985133.
HSL color Cylindrical-coordinate representation of color #AD956A: hue angle of 38.51º 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 #AD956A is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 149 | 106 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.32 |
| HSL | 38.51º | 0.29% | 0.55% | - |
| HSV(B) | 38.51º | 0.39% | 0.68% | - |
| XYZ | 30.58 | 31.42 | 18.09 | - |
| YUV | 151.27 | 102.45 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 106 | 0 | 0.14 | 0.39 | 0.32 | 38.51 | 0.29 | 0.55 |
| Hex | AD | 95 | 6A | 0 | E | 27 | 20 | 27 | 1D | 37 |
| Octal | 255 | 225 | 152 | 0 | 16 | 47 | 40 | 47 | 35 | 67 |
| Binary | 10101101 | 10010101 | 1101010 | 0 | 1110 | 100111 | 100000 | 100111 | 11101 | 110111 |
Color Harmonies of #AD956A
Complementary color
Monochromatic Colors of #AD956A
Black with #AD956A
Text Example
Text Example
White with #AD956A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD956A; }
p { color: rgb(173,149,106); }
H1.HeaderClassName
{
color: #AD956A;
}
.AnyTagClassName
{
color: #AD956A;
}
</style>
background-color css
<style>
a { background-color: #AD956A; }
a { background-color: rgb(173,149,106); }
div.DivClassName
{
background-color: #AD956A;
}
.BgClassName
{
background-color: #AD956A;
}
</style>
border-color css
<style>
span { border-color: #AD956A; }
span { border-color: rgb(173,149,106); }
td.TdClassName
{
border-color: #AD956A;
}
.TagClassName
{
border-color: #AD956A;
}
</style>