Shades of Barley Corn #AA945C
Tints of Barley Corn #AA945C
RGB
CMYK
RGB Variations
Color information
#AA945C (or 0xAA945C) is known color: Barley Corn. HEX triplet: AA, 94 and 5C. RGB value is (170,148,92). Sum of RGB (Red+Green+Blue) = 170+148+92=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA945C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA945C is #556BA3. Grayscale: #949494. Windows color (decimal): -5598116 or 6067370. OLE color: 6067370.
HSL color Cylindrical-coordinate representation of color #AA945C: hue angle of 43.08º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA945C is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 92 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.33 |
| HSL | 43.08º | 0.31% | 0.51% | - |
| HSV(B) | 43.08º | 0.46% | 0.67% | - |
| XYZ | 29.1 | 30.5 | 14.48 | - |
| YUV | 148.19 | 96.29 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 92 | 0 | 0.13 | 0.46 | 0.33 | 43.08 | 0.31 | 0.51 |
| Hex | AA | 94 | 5C | 0 | D | 2E | 21 | 2B | 1F | 33 |
| Octal | 252 | 224 | 134 | 0 | 15 | 56 | 41 | 53 | 37 | 63 |
| Binary | 10101010 | 10010100 | 1011100 | 0 | 1101 | 101110 | 100001 | 101011 | 11111 | 110011 |
Color Harmonies of #AA945C
Complementary color
Monochromatic Colors of #AA945C
Black with #AA945C
Text Example
Text Example
White with #AA945C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA945C; }
p { color: rgb(170,148,92); }
H1.HeaderClassName
{
color: #AA945C;
}
.AnyTagClassName
{
color: #AA945C;
}
</style>
background-color css
<style>
a { background-color: #AA945C; }
a { background-color: rgb(170,148,92); }
div.DivClassName
{
background-color: #AA945C;
}
.BgClassName
{
background-color: #AA945C;
}
</style>
border-color css
<style>
span { border-color: #AA945C; }
span { border-color: rgb(170,148,92); }
td.TdClassName
{
border-color: #AA945C;
}
.TagClassName
{
border-color: #AA945C;
}
</style>