Shades of Barley Corn #A99665
Tints of Barley Corn #A99665
RGB
CMYK
RGB Variations
Color information
#A99665 (or 0xA99665) is known color: Barley Corn. HEX triplet: A9, 96 and 65. RGB value is (169,150,101). Sum of RGB (Red+Green+Blue) = 169+150+101=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 169 - color contains mainly: red. Hex color #A99665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99665 is #56699A. Grayscale: #969696. Windows color (decimal): -5663131 or 6657705. OLE color: 6657705.
HSL color Cylindrical-coordinate representation of color #A99665: hue angle of 43.24º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A99665 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 150 | 101 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.34 |
| HSL | 43.24º | 0.28% | 0.53% | - |
| HSV(B) | 43.24º | 0.4% | 0.66% | - |
| XYZ | 29.62 | 31.19 | 16.77 | - |
| YUV | 150.1 | 100.29 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 150 | 101 | 0 | 0.11 | 0.40 | 0.34 | 43.24 | 0.28 | 0.53 |
| Hex | A9 | 96 | 65 | 0 | B | 28 | 22 | 2B | 1C | 35 |
| Octal | 251 | 226 | 145 | 0 | 13 | 50 | 42 | 53 | 34 | 65 |
| Binary | 10101001 | 10010110 | 1100101 | 0 | 1011 | 101000 | 100010 | 101011 | 11100 | 110101 |
Color Harmonies of #A99665
Complementary color
Monochromatic Colors of #A99665
Black with #A99665
Text Example
Text Example
White with #A99665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99665; }
p { color: rgb(169,150,101); }
H1.HeaderClassName
{
color: #A99665;
}
.AnyTagClassName
{
color: #A99665;
}
</style>
background-color css
<style>
a { background-color: #A99665; }
a { background-color: rgb(169,150,101); }
div.DivClassName
{
background-color: #A99665;
}
.BgClassName
{
background-color: #A99665;
}
</style>
border-color css
<style>
span { border-color: #A99665; }
span { border-color: rgb(169,150,101); }
td.TdClassName
{
border-color: #A99665;
}
.TagClassName
{
border-color: #A99665;
}
</style>