Shades of Barley Corn #AB925C
Tints of Barley Corn #AB925C
RGB
CMYK
RGB Variations
Color information
#AB925C (or 0xAB925C) is known color: Barley Corn. HEX triplet: AB, 92 and 5C. RGB value is (171,146,92). Sum of RGB (Red+Green+Blue) = 171+146+92=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB925C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB925C is #546DA3. Grayscale: #939393. Windows color (decimal): -5533092 or 6066859. OLE color: 6066859.
HSL color Cylindrical-coordinate representation of color #AB925C: hue angle of 41.01º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB925C is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 146 | 92 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.33 |
| HSL | 41.01º | 0.32% | 0.52% | - |
| HSV(B) | 41.01º | 0.46% | 0.67% | - |
| XYZ | 29.01 | 29.99 | 14.38 | - |
| YUV | 147.32 | 96.78 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 146 | 92 | 0 | 0.15 | 0.46 | 0.33 | 41.01 | 0.32 | 0.52 |
| Hex | AB | 92 | 5C | 0 | F | 2E | 21 | 29 | 20 | 34 |
| Octal | 253 | 222 | 134 | 0 | 17 | 56 | 41 | 51 | 40 | 64 |
| Binary | 10101011 | 10010010 | 1011100 | 0 | 1111 | 101110 | 100001 | 101001 | 100000 | 110100 |
Color Harmonies of #AB925C
Complementary color
Monochromatic Colors of #AB925C
Black with #AB925C
Text Example
Text Example
White with #AB925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB925C; }
p { color: rgb(171,146,92); }
H1.HeaderClassName
{
color: #AB925C;
}
.AnyTagClassName
{
color: #AB925C;
}
</style>
background-color css
<style>
a { background-color: #AB925C; }
a { background-color: rgb(171,146,92); }
div.DivClassName
{
background-color: #AB925C;
}
.BgClassName
{
background-color: #AB925C;
}
</style>
border-color css
<style>
span { border-color: #AB925C; }
span { border-color: rgb(171,146,92); }
td.TdClassName
{
border-color: #AB925C;
}
.TagClassName
{
border-color: #AB925C;
}
</style>