Shades of Barley Corn #AB9667
Tints of Barley Corn #AB9667
RGB
CMYK
RGB Variations
Color information
#AB9667 (or 0xAB9667) is known color: Barley Corn. HEX triplet: AB, 96 and 67. RGB value is (171,150,103). Sum of RGB (Red+Green+Blue) = 171+150+103=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 103 (40.62% from 255 or 24.29% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9667 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9667 is #546998. Grayscale: #979797. Windows color (decimal): -5532057 or 6788779. OLE color: 6788779.
HSL color Cylindrical-coordinate representation of color #AB9667: hue angle of 41.47º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB9667 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 150 | 103 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.33 |
| HSL | 41.47º | 0.29% | 0.54% | - |
| HSV(B) | 41.47º | 0.4% | 0.67% | - |
| XYZ | 30.15 | 31.45 | 17.31 | - |
| YUV | 150.92 | 100.96 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 150 | 103 | 0 | 0.12 | 0.40 | 0.33 | 41.47 | 0.29 | 0.54 |
| Hex | AB | 96 | 67 | 0 | C | 28 | 21 | 29 | 1D | 36 |
| Octal | 253 | 226 | 147 | 0 | 14 | 50 | 41 | 51 | 35 | 66 |
| Binary | 10101011 | 10010110 | 1100111 | 0 | 1100 | 101000 | 100001 | 101001 | 11101 | 110110 |
Color Harmonies of #AB9667
Complementary color
Monochromatic Colors of #AB9667
Black with #AB9667
Text Example
Text Example
White with #AB9667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9667; }
p { color: rgb(171,150,103); }
H1.HeaderClassName
{
color: #AB9667;
}
.AnyTagClassName
{
color: #AB9667;
}
</style>
background-color css
<style>
a { background-color: #AB9667; }
a { background-color: rgb(171,150,103); }
div.DivClassName
{
background-color: #AB9667;
}
.BgClassName
{
background-color: #AB9667;
}
</style>
border-color css
<style>
span { border-color: #AB9667; }
span { border-color: rgb(171,150,103); }
td.TdClassName
{
border-color: #AB9667;
}
.TagClassName
{
border-color: #AB9667;
}
</style>