Shades of Barley Corn #AA935C
Tints of Barley Corn #AA935C
RGB
CMYK
RGB Variations
Color information
#AA935C (or 0xAA935C) is known color: Barley Corn. HEX triplet: AA, 93 and 5C. RGB value is (170,147,92). Sum of RGB (Red+Green+Blue) = 170+147+92=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA935C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA935C is #556CA3. Grayscale: #939393. Windows color (decimal): -5598372 or 6067114. OLE color: 6067114.
HSL color Cylindrical-coordinate representation of color #AA935C: hue angle of 42.31º 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 #AA935C is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 92 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.33 |
| HSL | 42.31º | 0.31% | 0.51% | - |
| HSV(B) | 42.31º | 0.46% | 0.67% | - |
| XYZ | 28.94 | 30.19 | 14.43 | - |
| YUV | 147.61 | 96.62 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 92 | 0 | 0.14 | 0.46 | 0.33 | 42.31 | 0.31 | 0.51 |
| Hex | AA | 93 | 5C | 0 | E | 2E | 21 | 2A | 1F | 33 |
| Octal | 252 | 223 | 134 | 0 | 16 | 56 | 41 | 52 | 37 | 63 |
| Binary | 10101010 | 10010011 | 1011100 | 0 | 1110 | 101110 | 100001 | 101010 | 11111 | 110011 |
Color Harmonies of #AA935C
Complementary color
Monochromatic Colors of #AA935C
Black with #AA935C
Text Example
Text Example
White with #AA935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA935C; }
p { color: rgb(170,147,92); }
H1.HeaderClassName
{
color: #AA935C;
}
.AnyTagClassName
{
color: #AA935C;
}
</style>
background-color css
<style>
a { background-color: #AA935C; }
a { background-color: rgb(170,147,92); }
div.DivClassName
{
background-color: #AA935C;
}
.BgClassName
{
background-color: #AA935C;
}
</style>
border-color css
<style>
span { border-color: #AA935C; }
span { border-color: rgb(170,147,92); }
td.TdClassName
{
border-color: #AA935C;
}
.TagClassName
{
border-color: #AA935C;
}
</style>