Shades of Barley Corn #A69263
Tints of Barley Corn #A69263
RGB
CMYK
RGB Variations
Color information
#A69263 (or 0xA69263) is known color: Barley Corn. HEX triplet: A6, 92 and 63. RGB value is (166,146,99). Sum of RGB (Red+Green+Blue) = 166+146+99=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 99 (39.06% from 255 or 24.09% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A69263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69263 is #596D9C. Grayscale: #929292. Windows color (decimal): -5860765 or 6525606. OLE color: 6525606.
HSL color Cylindrical-coordinate representation of color #A69263: hue angle of 42.09º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A69263 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 146 | 99 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.35 |
| HSL | 42.09º | 0.27% | 0.52% | - |
| HSV(B) | 42.09º | 0.4% | 0.65% | - |
| XYZ | 28.26 | 29.57 | 16.02 | - |
| YUV | 146.62 | 101.13 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 146 | 99 | 0 | 0.12 | 0.40 | 0.35 | 42.09 | 0.27 | 0.52 |
| Hex | A6 | 92 | 63 | 0 | C | 28 | 23 | 2A | 1B | 34 |
| Octal | 246 | 222 | 143 | 0 | 14 | 50 | 43 | 52 | 33 | 64 |
| Binary | 10100110 | 10010010 | 1100011 | 0 | 1100 | 101000 | 100011 | 101010 | 11011 | 110100 |
Color Harmonies of #A69263
Complementary color
Monochromatic Colors of #A69263
Black with #A69263
Text Example
Text Example
White with #A69263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69263; }
p { color: rgb(166,146,99); }
H1.HeaderClassName
{
color: #A69263;
}
.AnyTagClassName
{
color: #A69263;
}
</style>
background-color css
<style>
a { background-color: #A69263; }
a { background-color: rgb(166,146,99); }
div.DivClassName
{
background-color: #A69263;
}
.BgClassName
{
background-color: #A69263;
}
</style>
border-color css
<style>
span { border-color: #A69263; }
span { border-color: rgb(166,146,99); }
td.TdClassName
{
border-color: #A69263;
}
.TagClassName
{
border-color: #A69263;
}
</style>