Shades of Barley Corn #A9945D
Tints of Barley Corn #A9945D
RGB
CMYK
RGB Variations
Color information
#A9945D (or 0xA9945D) is known color: Barley Corn. HEX triplet: A9, 94 and 5D. RGB value is (169,148,93). Sum of RGB (Red+Green+Blue) = 169+148+93=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 169 - color contains mainly: red. Hex color #A9945D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9945D is #566BA2. Grayscale: #949494. Windows color (decimal): -5663651 or 6132905. OLE color: 6132905.
HSL color Cylindrical-coordinate representation of color #A9945D: hue angle of 43.42º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A9945D is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 148 | 93 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.34 |
| HSL | 43.42º | 0.31% | 0.51% | - |
| HSV(B) | 43.42º | 0.45% | 0.66% | - |
| XYZ | 28.93 | 30.41 | 14.7 | - |
| YUV | 148.01 | 96.96 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 148 | 93 | 0 | 0.12 | 0.45 | 0.34 | 43.42 | 0.31 | 0.51 |
| Hex | A9 | 94 | 5D | 0 | C | 2D | 22 | 2B | 1F | 33 |
| Octal | 251 | 224 | 135 | 0 | 14 | 55 | 42 | 53 | 37 | 63 |
| Binary | 10101001 | 10010100 | 1011101 | 0 | 1100 | 101101 | 100010 | 101011 | 11111 | 110011 |
Color Harmonies of #A9945D
Complementary color
Monochromatic Colors of #A9945D
Black with #A9945D
Text Example
Text Example
White with #A9945D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9945D; }
p { color: rgb(169,148,93); }
H1.HeaderClassName
{
color: #A9945D;
}
.AnyTagClassName
{
color: #A9945D;
}
</style>
background-color css
<style>
a { background-color: #A9945D; }
a { background-color: rgb(169,148,93); }
div.DivClassName
{
background-color: #A9945D;
}
.BgClassName
{
background-color: #A9945D;
}
</style>
border-color css
<style>
span { border-color: #A9945D; }
span { border-color: rgb(169,148,93); }
td.TdClassName
{
border-color: #A9945D;
}
.TagClassName
{
border-color: #A9945D;
}
</style>