Shades of Barley Corn #AA925D
Tints of Barley Corn #AA925D
RGB
CMYK
RGB Variations
Color information
#AA925D (or 0xAA925D) is known color: Barley Corn. HEX triplet: AA, 92 and 5D. RGB value is (170,146,93). Sum of RGB (Red+Green+Blue) = 170+146+93=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA925D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA925D is #556DA2. Grayscale: #939393. Windows color (decimal): -5598627 or 6132394. OLE color: 6132394.
HSL color Cylindrical-coordinate representation of color #AA925D: hue angle of 41.3º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA925D is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 93 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.33 |
| HSL | 41.3º | 0.31% | 0.52% | - |
| HSV(B) | 41.3º | 0.45% | 0.67% | - |
| XYZ | 28.83 | 29.89 | 14.61 | - |
| YUV | 147.13 | 97.45 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 93 | 0 | 0.14 | 0.45 | 0.33 | 41.3 | 0.31 | 0.52 |
| Hex | AA | 92 | 5D | 0 | E | 2D | 21 | 29 | 1F | 34 |
| Octal | 252 | 222 | 135 | 0 | 16 | 55 | 41 | 51 | 37 | 64 |
| Binary | 10101010 | 10010010 | 1011101 | 0 | 1110 | 101101 | 100001 | 101001 | 11111 | 110100 |
Color Harmonies of #AA925D
Complementary color
Monochromatic Colors of #AA925D
Black with #AA925D
Text Example
Text Example
White with #AA925D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA925D; }
p { color: rgb(170,146,93); }
H1.HeaderClassName
{
color: #AA925D;
}
.AnyTagClassName
{
color: #AA925D;
}
</style>
background-color css
<style>
a { background-color: #AA925D; }
a { background-color: rgb(170,146,93); }
div.DivClassName
{
background-color: #AA925D;
}
.BgClassName
{
background-color: #AA925D;
}
</style>
border-color css
<style>
span { border-color: #AA925D; }
span { border-color: rgb(170,146,93); }
td.TdClassName
{
border-color: #AA925D;
}
.TagClassName
{
border-color: #AA925D;
}
</style>