Shades of Barley Corn #AC945A
Tints of Barley Corn #AC945A
RGB
CMYK
RGB Variations
Color information
#AC945A (or 0xAC945A) is known color: Barley Corn. HEX triplet: AC, 94 and 5A. RGB value is (172,148,90). Sum of RGB (Red+Green+Blue) = 172+148+90=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC945A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC945A is #536BA5. Grayscale: #949494. Windows color (decimal): -5467046 or 5936300. OLE color: 5936300.
HSL color Cylindrical-coordinate representation of color #AC945A: hue angle of 42.44º 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 #AC945A is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 148 | 90 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.33 |
| HSL | 42.44º | 0.33% | 0.51% | - |
| HSV(B) | 42.44º | 0.48% | 0.67% | - |
| XYZ | 29.45 | 30.69 | 14.04 | - |
| YUV | 148.56 | 94.95 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 148 | 90 | 0 | 0.14 | 0.48 | 0.33 | 42.44 | 0.33 | 0.51 |
| Hex | AC | 94 | 5A | 0 | E | 30 | 21 | 2A | 21 | 33 |
| Octal | 254 | 224 | 132 | 0 | 16 | 60 | 41 | 52 | 41 | 63 |
| Binary | 10101100 | 10010100 | 1011010 | 0 | 1110 | 110000 | 100001 | 101010 | 100001 | 110011 |
Color Harmonies of #AC945A
Complementary color
Monochromatic Colors of #AC945A
Black with #AC945A
Text Example
Text Example
White with #AC945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC945A; }
p { color: rgb(172,148,90); }
H1.HeaderClassName
{
color: #AC945A;
}
.AnyTagClassName
{
color: #AC945A;
}
</style>
background-color css
<style>
a { background-color: #AC945A; }
a { background-color: rgb(172,148,90); }
div.DivClassName
{
background-color: #AC945A;
}
.BgClassName
{
background-color: #AC945A;
}
</style>
border-color css
<style>
span { border-color: #AC945A; }
span { border-color: rgb(172,148,90); }
td.TdClassName
{
border-color: #AC945A;
}
.TagClassName
{
border-color: #AC945A;
}
</style>