Shades of Barley Corn #AD945A
Tints of Barley Corn #AD945A
RGB
CMYK
RGB Variations
Color information
#AD945A (or 0xAD945A) is known color: Barley Corn. HEX triplet: AD, 94 and 5A. RGB value is (173,148,90). Sum of RGB (Red+Green+Blue) = 173+148+90=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD945A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD945A is #526BA5. Grayscale: #959595. Windows color (decimal): -5401510 or 5936301. OLE color: 5936301.
HSL color Cylindrical-coordinate representation of color #AD945A: hue angle of 41.93º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD945A is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 148 | 90 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.32 |
| HSL | 41.93º | 0.34% | 0.52% | - |
| HSV(B) | 41.93º | 0.48% | 0.68% | - |
| XYZ | 29.67 | 30.8 | 14.05 | - |
| YUV | 148.86 | 94.78 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 148 | 90 | 0 | 0.14 | 0.48 | 0.32 | 41.93 | 0.34 | 0.52 |
| Hex | AD | 94 | 5A | 0 | E | 30 | 20 | 2A | 22 | 34 |
| Octal | 255 | 224 | 132 | 0 | 16 | 60 | 40 | 52 | 42 | 64 |
| Binary | 10101101 | 10010100 | 1011010 | 0 | 1110 | 110000 | 100000 | 101010 | 100010 | 110100 |
Color Harmonies of #AD945A
Complementary color
Monochromatic Colors of #AD945A
Black with #AD945A
Text Example
Text Example
White with #AD945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD945A; }
p { color: rgb(173,148,90); }
H1.HeaderClassName
{
color: #AD945A;
}
.AnyTagClassName
{
color: #AD945A;
}
</style>
background-color css
<style>
a { background-color: #AD945A; }
a { background-color: rgb(173,148,90); }
div.DivClassName
{
background-color: #AD945A;
}
.BgClassName
{
background-color: #AD945A;
}
</style>
border-color css
<style>
span { border-color: #AD945A; }
span { border-color: rgb(173,148,90); }
td.TdClassName
{
border-color: #AD945A;
}
.TagClassName
{
border-color: #AD945A;
}
</style>