Shades of Barley Corn #A9935C
Tints of Barley Corn #A9935C
RGB
CMYK
RGB Variations
Color information
#A9935C (or 0xA9935C) is known color: Barley Corn. HEX triplet: A9, 93 and 5C. RGB value is (169,147,92). Sum of RGB (Red+Green+Blue) = 169+147+92=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 169 - color contains mainly: red. Hex color #A9935C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9935C is #566CA3. Grayscale: #939393. Windows color (decimal): -5663908 or 6067113. OLE color: 6067113.
HSL color Cylindrical-coordinate representation of color #A9935C: hue angle of 42.86º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A9935C is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 147 | 92 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.34 |
| HSL | 42.86º | 0.31% | 0.51% | - |
| HSV(B) | 42.86º | 0.46% | 0.66% | - |
| XYZ | 28.73 | 30.08 | 14.42 | - |
| YUV | 147.31 | 96.79 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 147 | 92 | 0 | 0.13 | 0.46 | 0.34 | 42.86 | 0.31 | 0.51 |
| Hex | A9 | 93 | 5C | 0 | D | 2E | 22 | 2B | 1F | 33 |
| Octal | 251 | 223 | 134 | 0 | 15 | 56 | 42 | 53 | 37 | 63 |
| Binary | 10101001 | 10010011 | 1011100 | 0 | 1101 | 101110 | 100010 | 101011 | 11111 | 110011 |
Color Harmonies of #A9935C
Complementary color
Monochromatic Colors of #A9935C
Black with #A9935C
Text Example
Text Example
White with #A9935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9935C; }
p { color: rgb(169,147,92); }
H1.HeaderClassName
{
color: #A9935C;
}
.AnyTagClassName
{
color: #A9935C;
}
</style>
background-color css
<style>
a { background-color: #A9935C; }
a { background-color: rgb(169,147,92); }
div.DivClassName
{
background-color: #A9935C;
}
.BgClassName
{
background-color: #A9935C;
}
</style>
border-color css
<style>
span { border-color: #A9935C; }
span { border-color: rgb(169,147,92); }
td.TdClassName
{
border-color: #A9935C;
}
.TagClassName
{
border-color: #A9935C;
}
</style>