Shades of Barley Corn #AC975A
Tints of Barley Corn #AC975A
RGB
CMYK
RGB Variations
Color information
#AC975A (or 0xAC975A) is known color: Barley Corn. HEX triplet: AC, 97 and 5A. RGB value is (172,151,90). Sum of RGB (Red+Green+Blue) = 172+151+90=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC975A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC975A is #5368A5. Grayscale: #969696. Windows color (decimal): -5466278 or 5937068. OLE color: 5937068.
HSL color Cylindrical-coordinate representation of color #AC975A: hue angle of 44.63º 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 #AC975A is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 151 | 90 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.33 |
| HSL | 44.63º | 0.33% | 0.51% | - |
| HSV(B) | 44.63º | 0.48% | 0.67% | - |
| XYZ | 29.93 | 31.64 | 14.2 | - |
| YUV | 150.33 | 93.96 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 151 | 90 | 0 | 0.12 | 0.48 | 0.33 | 44.63 | 0.33 | 0.51 |
| Hex | AC | 97 | 5A | 0 | C | 30 | 21 | 2D | 21 | 33 |
| Octal | 254 | 227 | 132 | 0 | 14 | 60 | 41 | 55 | 41 | 63 |
| Binary | 10101100 | 10010111 | 1011010 | 0 | 1100 | 110000 | 100001 | 101101 | 100001 | 110011 |
Color Harmonies of #AC975A
Complementary color
Monochromatic Colors of #AC975A
Black with #AC975A
Text Example
Text Example
White with #AC975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC975A; }
p { color: rgb(172,151,90); }
H1.HeaderClassName
{
color: #AC975A;
}
.AnyTagClassName
{
color: #AC975A;
}
</style>
background-color css
<style>
a { background-color: #AC975A; }
a { background-color: rgb(172,151,90); }
div.DivClassName
{
background-color: #AC975A;
}
.BgClassName
{
background-color: #AC975A;
}
</style>
border-color css
<style>
span { border-color: #AC975A; }
span { border-color: rgb(172,151,90); }
td.TdClassName
{
border-color: #AC975A;
}
.TagClassName
{
border-color: #AC975A;
}
</style>