Shades of Barley Corn #A89761
Tints of Barley Corn #A89761
RGB
CMYK
RGB Variations
Color information
#A89761 (or 0xA89761) is known color: Barley Corn. HEX triplet: A8, 97 and 61. RGB value is (168,151,97). Sum of RGB (Red+Green+Blue) = 168+151+97=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 151 (59.38% from 255 or 36.30% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A89761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89761 is #57689E. Grayscale: #969696. Windows color (decimal): -5728415 or 6395816. OLE color: 6395816.
HSL color Cylindrical-coordinate representation of color #A89761: hue angle of 45.63º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A89761 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 151 | 97 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.34 |
| HSL | 45.63º | 0.29% | 0.52% | - |
| HSV(B) | 45.63º | 0.42% | 0.66% | - |
| XYZ | 29.37 | 31.32 | 15.81 | - |
| YUV | 149.93 | 98.13 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 151 | 97 | 0 | 0.10 | 0.42 | 0.34 | 45.63 | 0.29 | 0.52 |
| Hex | A8 | 97 | 61 | 0 | A | 2A | 22 | 2E | 1D | 34 |
| Octal | 250 | 227 | 141 | 0 | 12 | 52 | 42 | 56 | 35 | 64 |
| Binary | 10101000 | 10010111 | 1100001 | 0 | 1010 | 101010 | 100010 | 101110 | 11101 | 110100 |
Color Harmonies of #A89761
Complementary color
Monochromatic Colors of #A89761
Black with #A89761
Text Example
Text Example
White with #A89761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89761; }
p { color: rgb(168,151,97); }
H1.HeaderClassName
{
color: #A89761;
}
.AnyTagClassName
{
color: #A89761;
}
</style>
background-color css
<style>
a { background-color: #A89761; }
a { background-color: rgb(168,151,97); }
div.DivClassName
{
background-color: #A89761;
}
.BgClassName
{
background-color: #A89761;
}
</style>
border-color css
<style>
span { border-color: #A89761; }
span { border-color: rgb(168,151,97); }
td.TdClassName
{
border-color: #A89761;
}
.TagClassName
{
border-color: #A89761;
}
</style>