Shades of Barley Corn #AB9462
Tints of Barley Corn #AB9462
RGB
CMYK
RGB Variations
Color information
#AB9462 (or 0xAB9462) is known color: Barley Corn. HEX triplet: AB, 94 and 62. RGB value is (171,148,98). Sum of RGB (Red+Green+Blue) = 171+148+98=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 98 (38.67% from 255 or 23.50% from 417); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9462 is #546B9D. Grayscale: #959595. Windows color (decimal): -5532574 or 6460587. OLE color: 6460587.
HSL color Cylindrical-coordinate representation of color #AB9462: hue angle of 41.1º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB9462 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 148 | 98 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.33 |
| HSL | 41.1º | 0.3% | 0.53% | - |
| HSV(B) | 41.1º | 0.43% | 0.67% | - |
| XYZ | 29.59 | 30.72 | 15.93 | - |
| YUV | 149.18 | 99.12 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 148 | 98 | 0 | 0.13 | 0.43 | 0.33 | 41.1 | 0.3 | 0.53 |
| Hex | AB | 94 | 62 | 0 | D | 2B | 21 | 29 | 1E | 35 |
| Octal | 253 | 224 | 142 | 0 | 15 | 53 | 41 | 51 | 36 | 65 |
| Binary | 10101011 | 10010100 | 1100010 | 0 | 1101 | 101011 | 100001 | 101001 | 11110 | 110101 |
Color Harmonies of #AB9462
Complementary color
Monochromatic Colors of #AB9462
Black with #AB9462
Text Example
Text Example
White with #AB9462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9462; }
p { color: rgb(171,148,98); }
H1.HeaderClassName
{
color: #AB9462;
}
.AnyTagClassName
{
color: #AB9462;
}
</style>
background-color css
<style>
a { background-color: #AB9462; }
a { background-color: rgb(171,148,98); }
div.DivClassName
{
background-color: #AB9462;
}
.BgClassName
{
background-color: #AB9462;
}
</style>
border-color css
<style>
span { border-color: #AB9462; }
span { border-color: rgb(171,148,98); }
td.TdClassName
{
border-color: #AB9462;
}
.TagClassName
{
border-color: #AB9462;
}
</style>