Shades of Barley Corn #AA975C
Tints of Barley Corn #AA975C
RGB
CMYK
RGB Variations
Color information
#AA975C (or 0xAA975C) is known color: Barley Corn. HEX triplet: AA, 97 and 5C. RGB value is (170,151,92). Sum of RGB (Red+Green+Blue) = 170+151+92=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA975C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA975C is #5568A3. Grayscale: #969696. Windows color (decimal): -5597348 or 6068138. OLE color: 6068138.
HSL color Cylindrical-coordinate representation of color #AA975C: hue angle of 45.38º 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 #AA975C is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 92 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.33 |
| HSL | 45.38º | 0.31% | 0.51% | - |
| HSV(B) | 45.38º | 0.46% | 0.67% | - |
| XYZ | 29.58 | 31.45 | 14.64 | - |
| YUV | 149.96 | 95.29 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 92 | 0 | 0.11 | 0.46 | 0.33 | 45.38 | 0.31 | 0.51 |
| Hex | AA | 97 | 5C | 0 | B | 2E | 21 | 2D | 1F | 33 |
| Octal | 252 | 227 | 134 | 0 | 13 | 56 | 41 | 55 | 37 | 63 |
| Binary | 10101010 | 10010111 | 1011100 | 0 | 1011 | 101110 | 100001 | 101101 | 11111 | 110011 |
Color Harmonies of #AA975C
Complementary color
Monochromatic Colors of #AA975C
Black with #AA975C
Text Example
Text Example
White with #AA975C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA975C; }
p { color: rgb(170,151,92); }
H1.HeaderClassName
{
color: #AA975C;
}
.AnyTagClassName
{
color: #AA975C;
}
</style>
background-color css
<style>
a { background-color: #AA975C; }
a { background-color: rgb(170,151,92); }
div.DivClassName
{
background-color: #AA975C;
}
.BgClassName
{
background-color: #AA975C;
}
</style>
border-color css
<style>
span { border-color: #AA975C; }
span { border-color: rgb(170,151,92); }
td.TdClassName
{
border-color: #AA975C;
}
.TagClassName
{
border-color: #AA975C;
}
</style>