Shades of Barley Corn #AC965A
Tints of Barley Corn #AC965A
RGB
CMYK
RGB Variations
Color information
#AC965A (or 0xAC965A) is known color: Barley Corn. HEX triplet: AC, 96 and 5A. RGB value is (172,150,90). Sum of RGB (Red+Green+Blue) = 172+150+90=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC965A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC965A is #5369A5. Grayscale: #969696. Windows color (decimal): -5466534 or 5936812. OLE color: 5936812.
HSL color Cylindrical-coordinate representation of color #AC965A: hue angle of 43.9º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC965A is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 90 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.33 |
| HSL | 43.9º | 0.33% | 0.51% | - |
| HSV(B) | 43.9º | 0.48% | 0.67% | - |
| XYZ | 29.77 | 31.32 | 14.15 | - |
| YUV | 149.74 | 94.29 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 90 | 0 | 0.13 | 0.48 | 0.33 | 43.9 | 0.33 | 0.51 |
| Hex | AC | 96 | 5A | 0 | D | 30 | 21 | 2C | 21 | 33 |
| Octal | 254 | 226 | 132 | 0 | 15 | 60 | 41 | 54 | 41 | 63 |
| Binary | 10101100 | 10010110 | 1011010 | 0 | 1101 | 110000 | 100001 | 101100 | 100001 | 110011 |
Color Harmonies of #AC965A
Complementary color
Monochromatic Colors of #AC965A
Black with #AC965A
Text Example
Text Example
White with #AC965A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC965A; }
p { color: rgb(172,150,90); }
H1.HeaderClassName
{
color: #AC965A;
}
.AnyTagClassName
{
color: #AC965A;
}
</style>
background-color css
<style>
a { background-color: #AC965A; }
a { background-color: rgb(172,150,90); }
div.DivClassName
{
background-color: #AC965A;
}
.BgClassName
{
background-color: #AC965A;
}
</style>
border-color css
<style>
span { border-color: #AC965A; }
span { border-color: rgb(172,150,90); }
td.TdClassName
{
border-color: #AC965A;
}
.TagClassName
{
border-color: #AC965A;
}
</style>