Shades of Barley Corn #AC905B
Tints of Barley Corn #AC905B
RGB
CMYK
RGB Variations
Color information
#AC905B (or 0xAC905B) is known color: Barley Corn. HEX triplet: AC, 90 and 5B. RGB value is (172,144,91). Sum of RGB (Red+Green+Blue) = 172+144+91=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC905B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC905B is #536FA4. Grayscale: #929292. Windows color (decimal): -5468069 or 6000812. OLE color: 6000812.
HSL color Cylindrical-coordinate representation of color #AC905B: hue angle of 39.26º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC905B is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 144 | 91 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.33 |
| HSL | 39.26º | 0.33% | 0.52% | - |
| HSV(B) | 39.26º | 0.47% | 0.67% | - |
| XYZ | 28.87 | 29.47 | 14.06 | - |
| YUV | 146.33 | 96.78 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 91 | 0 | 0.16 | 0.47 | 0.33 | 39.26 | 0.33 | 0.52 |
| Hex | AC | 90 | 5B | 0 | 10 | 2F | 21 | 27 | 21 | 34 |
| Octal | 254 | 220 | 133 | 0 | 20 | 57 | 41 | 47 | 41 | 64 |
| Binary | 10101100 | 10010000 | 1011011 | 0 | 10000 | 101111 | 100001 | 100111 | 100001 | 110100 |
Color Harmonies of #AC905B
Complementary color
Monochromatic Colors of #AC905B
Black with #AC905B
Text Example
Text Example
White with #AC905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC905B; }
p { color: rgb(172,144,91); }
H1.HeaderClassName
{
color: #AC905B;
}
.AnyTagClassName
{
color: #AC905B;
}
</style>
background-color css
<style>
a { background-color: #AC905B; }
a { background-color: rgb(172,144,91); }
div.DivClassName
{
background-color: #AC905B;
}
.BgClassName
{
background-color: #AC905B;
}
</style>
border-color css
<style>
span { border-color: #AC905B; }
span { border-color: rgb(172,144,91); }
td.TdClassName
{
border-color: #AC905B;
}
.TagClassName
{
border-color: #AC905B;
}
</style>