Shades of Barley Corn #AB965B
Tints of Barley Corn #AB965B
RGB
CMYK
RGB Variations
Color information
#AB965B (or 0xAB965B) is known color: Barley Corn. HEX triplet: AB, 96 and 5B. RGB value is (171,150,91). Sum of RGB (Red+Green+Blue) = 171+150+91=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB965B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB965B is #5469A4. Grayscale: #959595. Windows color (decimal): -5532069 or 6002347. OLE color: 6002347.
HSL color Cylindrical-coordinate representation of color #AB965B: hue angle of 44.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB965B is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 150 | 91 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.33 |
| HSL | 44.25º | 0.32% | 0.51% | - |
| HSV(B) | 44.25º | 0.47% | 0.67% | - |
| XYZ | 29.59 | 31.23 | 14.37 | - |
| YUV | 149.55 | 94.96 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 150 | 91 | 0 | 0.12 | 0.47 | 0.33 | 44.25 | 0.32 | 0.51 |
| Hex | AB | 96 | 5B | 0 | C | 2F | 21 | 2C | 20 | 33 |
| Octal | 253 | 226 | 133 | 0 | 14 | 57 | 41 | 54 | 40 | 63 |
| Binary | 10101011 | 10010110 | 1011011 | 0 | 1100 | 101111 | 100001 | 101100 | 100000 | 110011 |
Color Harmonies of #AB965B
Complementary color
Monochromatic Colors of #AB965B
Black with #AB965B
Text Example
Text Example
White with #AB965B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB965B; }
p { color: rgb(171,150,91); }
H1.HeaderClassName
{
color: #AB965B;
}
.AnyTagClassName
{
color: #AB965B;
}
</style>
background-color css
<style>
a { background-color: #AB965B; }
a { background-color: rgb(171,150,91); }
div.DivClassName
{
background-color: #AB965B;
}
.BgClassName
{
background-color: #AB965B;
}
</style>
border-color css
<style>
span { border-color: #AB965B; }
span { border-color: rgb(171,150,91); }
td.TdClassName
{
border-color: #AB965B;
}
.TagClassName
{
border-color: #AB965B;
}
</style>