Shades of Barley Corn #AD925C
Tints of Barley Corn #AD925C
RGB
CMYK
RGB Variations
Color information
#AD925C (or 0xAD925C) is known color: Barley Corn. HEX triplet: AD, 92 and 5C. RGB value is (173,146,92). Sum of RGB (Red+Green+Blue) = 173+146+92=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD925C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD925C is #526DA3. Grayscale: #949494. Windows color (decimal): -5402020 or 6066861. OLE color: 6066861.
HSL color Cylindrical-coordinate representation of color #AD925C: hue angle of 40º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD925C is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 146 | 92 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.32 |
| HSL | 40º | 0.33% | 0.52% | - |
| HSV(B) | 40º | 0.47% | 0.68% | - |
| XYZ | 29.44 | 30.21 | 14.41 | - |
| YUV | 147.92 | 96.45 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 92 | 0 | 0.16 | 0.47 | 0.32 | 40 | 0.33 | 0.52 |
| Hex | AD | 92 | 5C | 0 | 10 | 2F | 20 | 28 | 21 | 34 |
| Octal | 255 | 222 | 134 | 0 | 20 | 57 | 40 | 50 | 41 | 64 |
| Binary | 10101101 | 10010010 | 1011100 | 0 | 10000 | 101111 | 100000 | 101000 | 100001 | 110100 |
Color Harmonies of #AD925C
Complementary color
Monochromatic Colors of #AD925C
Black with #AD925C
Text Example
Text Example
White with #AD925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD925C; }
p { color: rgb(173,146,92); }
H1.HeaderClassName
{
color: #AD925C;
}
.AnyTagClassName
{
color: #AD925C;
}
</style>
background-color css
<style>
a { background-color: #AD925C; }
a { background-color: rgb(173,146,92); }
div.DivClassName
{
background-color: #AD925C;
}
.BgClassName
{
background-color: #AD925C;
}
</style>
border-color css
<style>
span { border-color: #AD925C; }
span { border-color: rgb(173,146,92); }
td.TdClassName
{
border-color: #AD925C;
}
.TagClassName
{
border-color: #AD925C;
}
</style>