Shades of Barley Corn #A9965C
Tints of Barley Corn #A9965C
RGB
CMYK
RGB Variations
Color information
#A9965C (or 0xA9965C) is known color: Barley Corn. HEX triplet: A9, 96 and 5C. RGB value is (169,150,92). Sum of RGB (Red+Green+Blue) = 169+150+92=411 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.12% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 169 - color contains mainly: red. Hex color #A9965C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9965C is #5669A3. Grayscale: #959595. Windows color (decimal): -5663140 or 6067881. OLE color: 6067881.
HSL color Cylindrical-coordinate representation of color #A9965C: hue angle of 45.19º 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 #A9965C is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 150 | 92 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.34 |
| HSL | 45.19º | 0.31% | 0.51% | - |
| HSV(B) | 45.19º | 0.46% | 0.66% | - |
| XYZ | 29.2 | 31.02 | 14.57 | - |
| YUV | 149.07 | 95.79 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 150 | 92 | 0 | 0.11 | 0.46 | 0.34 | 45.19 | 0.31 | 0.51 |
| Hex | A9 | 96 | 5C | 0 | B | 2E | 22 | 2D | 1F | 33 |
| Octal | 251 | 226 | 134 | 0 | 13 | 56 | 42 | 55 | 37 | 63 |
| Binary | 10101001 | 10010110 | 1011100 | 0 | 1011 | 101110 | 100010 | 101101 | 11111 | 110011 |
Color Harmonies of #A9965C
Complementary color
Monochromatic Colors of #A9965C
Black with #A9965C
Text Example
Text Example
White with #A9965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9965C; }
p { color: rgb(169,150,92); }
H1.HeaderClassName
{
color: #A9965C;
}
.AnyTagClassName
{
color: #A9965C;
}
</style>
background-color css
<style>
a { background-color: #A9965C; }
a { background-color: rgb(169,150,92); }
div.DivClassName
{
background-color: #A9965C;
}
.BgClassName
{
background-color: #A9965C;
}
</style>
border-color css
<style>
span { border-color: #A9965C; }
span { border-color: rgb(169,150,92); }
td.TdClassName
{
border-color: #A9965C;
}
.TagClassName
{
border-color: #A9965C;
}
</style>