Shades of Barley Corn #AA945B
Tints of Barley Corn #AA945B
RGB
CMYK
RGB Variations
Color information
#AA945B (or 0xAA945B) is known color: Barley Corn. HEX triplet: AA, 94 and 5B. RGB value is (170,148,91). Sum of RGB (Red+Green+Blue) = 170+148+91=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA945B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA945B is #556BA4. Grayscale: #949494. Windows color (decimal): -5598117 or 6001834. OLE color: 6001834.
HSL color Cylindrical-coordinate representation of color #AA945B: hue angle of 43.29º degrees, saturation: 0.32, 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 #AA945B is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 91 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.33 |
| HSL | 43.29º | 0.32% | 0.51% | - |
| HSV(B) | 43.29º | 0.46% | 0.67% | - |
| XYZ | 29.06 | 30.48 | 14.25 | - |
| YUV | 148.08 | 95.79 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 91 | 0 | 0.13 | 0.46 | 0.33 | 43.29 | 0.32 | 0.51 |
| Hex | AA | 94 | 5B | 0 | D | 2E | 21 | 2B | 20 | 33 |
| Octal | 252 | 224 | 133 | 0 | 15 | 56 | 41 | 53 | 40 | 63 |
| Binary | 10101010 | 10010100 | 1011011 | 0 | 1101 | 101110 | 100001 | 101011 | 100000 | 110011 |
Color Harmonies of #AA945B
Complementary color
Monochromatic Colors of #AA945B
Black with #AA945B
Text Example
Text Example
White with #AA945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA945B; }
p { color: rgb(170,148,91); }
H1.HeaderClassName
{
color: #AA945B;
}
.AnyTagClassName
{
color: #AA945B;
}
</style>
background-color css
<style>
a { background-color: #AA945B; }
a { background-color: rgb(170,148,91); }
div.DivClassName
{
background-color: #AA945B;
}
.BgClassName
{
background-color: #AA945B;
}
</style>
border-color css
<style>
span { border-color: #AA945B; }
span { border-color: rgb(170,148,91); }
td.TdClassName
{
border-color: #AA945B;
}
.TagClassName
{
border-color: #AA945B;
}
</style>