Shades of Barley Corn #AD925F
Tints of Barley Corn #AD925F
RGB
CMYK
RGB Variations
Color information
#AD925F (or 0xAD925F) is known color: Barley Corn. HEX triplet: AD, 92 and 5F. RGB value is (173,146,95). Sum of RGB (Red+Green+Blue) = 173+146+95=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD925F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD925F is #526DA0. Grayscale: #949494. Windows color (decimal): -5402017 or 6263469. OLE color: 6263469.
HSL color Cylindrical-coordinate representation of color #AD925F: hue angle of 39.23º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD925F is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 146 | 95 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.32 |
| HSL | 39.23º | 0.32% | 0.53% | - |
| HSV(B) | 39.23º | 0.45% | 0.68% | - |
| XYZ | 29.58 | 30.27 | 15.11 | - |
| YUV | 148.26 | 97.95 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 95 | 0 | 0.16 | 0.45 | 0.32 | 39.23 | 0.32 | 0.53 |
| Hex | AD | 92 | 5F | 0 | 10 | 2D | 20 | 27 | 20 | 35 |
| Octal | 255 | 222 | 137 | 0 | 20 | 55 | 40 | 47 | 40 | 65 |
| Binary | 10101101 | 10010010 | 1011111 | 0 | 10000 | 101101 | 100000 | 100111 | 100000 | 110101 |
Color Harmonies of #AD925F
Complementary color
Monochromatic Colors of #AD925F
Black with #AD925F
Text Example
Text Example
White with #AD925F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD925F; }
p { color: rgb(173,146,95); }
H1.HeaderClassName
{
color: #AD925F;
}
.AnyTagClassName
{
color: #AD925F;
}
</style>
background-color css
<style>
a { background-color: #AD925F; }
a { background-color: rgb(173,146,95); }
div.DivClassName
{
background-color: #AD925F;
}
.BgClassName
{
background-color: #AD925F;
}
</style>
border-color css
<style>
span { border-color: #AD925F; }
span { border-color: rgb(173,146,95); }
td.TdClassName
{
border-color: #AD925F;
}
.TagClassName
{
border-color: #AD925F;
}
</style>