Shades of Barley Corn #AC955B
Tints of Barley Corn #AC955B
RGB
CMYK
RGB Variations
Color information
#AC955B (or 0xAC955B) is known color: Barley Corn. HEX triplet: AC, 95 and 5B. RGB value is (172,149,91). Sum of RGB (Red+Green+Blue) = 172+149+91=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC955B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC955B is #536AA4. Grayscale: #959595. Windows color (decimal): -5466789 or 6002092. OLE color: 6002092.
HSL color Cylindrical-coordinate representation of color #AC955B: hue angle of 42.96º 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 #AC955B is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 149 | 91 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.33 |
| HSL | 42.96º | 0.33% | 0.52% | - |
| HSV(B) | 42.96º | 0.47% | 0.67% | - |
| XYZ | 29.65 | 31.02 | 14.32 | - |
| YUV | 149.27 | 95.12 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 149 | 91 | 0 | 0.13 | 0.47 | 0.33 | 42.96 | 0.33 | 0.52 |
| Hex | AC | 95 | 5B | 0 | D | 2F | 21 | 2B | 21 | 34 |
| Octal | 254 | 225 | 133 | 0 | 15 | 57 | 41 | 53 | 41 | 64 |
| Binary | 10101100 | 10010101 | 1011011 | 0 | 1101 | 101111 | 100001 | 101011 | 100001 | 110100 |
Color Harmonies of #AC955B
Complementary color
Monochromatic Colors of #AC955B
Black with #AC955B
Text Example
Text Example
White with #AC955B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC955B; }
p { color: rgb(172,149,91); }
H1.HeaderClassName
{
color: #AC955B;
}
.AnyTagClassName
{
color: #AC955B;
}
</style>
background-color css
<style>
a { background-color: #AC955B; }
a { background-color: rgb(172,149,91); }
div.DivClassName
{
background-color: #AC955B;
}
.BgClassName
{
background-color: #AC955B;
}
</style>
border-color css
<style>
span { border-color: #AC955B; }
span { border-color: rgb(172,149,91); }
td.TdClassName
{
border-color: #AC955B;
}
.TagClassName
{
border-color: #AC955B;
}
</style>