Shades of Barley Corn #AF915A
Tints of Barley Corn #AF915A
RGB
CMYK
RGB Variations
Color information
#AF915A (or 0xAF915A) is known color: Barley Corn. HEX triplet: AF, 91 and 5A. RGB value is (175,145,90). Sum of RGB (Red+Green+Blue) = 175+145+90=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF915A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF915A is #506EA5. Grayscale: #939393. Windows color (decimal): -5271206 or 5935535. OLE color: 5935535.
HSL color Cylindrical-coordinate representation of color #AF915A: hue angle of 38.82º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF915A is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 145 | 90 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.31 |
| HSL | 38.82º | 0.35% | 0.52% | - |
| HSV(B) | 38.82º | 0.49% | 0.69% | - |
| XYZ | 29.65 | 30.1 | 13.92 | - |
| YUV | 147.7 | 95.44 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 90 | 0 | 0.17 | 0.49 | 0.31 | 38.82 | 0.35 | 0.52 |
| Hex | AF | 91 | 5A | 0 | 11 | 31 | 1F | 27 | 23 | 34 |
| Octal | 257 | 221 | 132 | 0 | 21 | 61 | 37 | 47 | 43 | 64 |
| Binary | 10101111 | 10010001 | 1011010 | 0 | 10001 | 110001 | 11111 | 100111 | 100011 | 110100 |
Color Harmonies of #AF915A
Complementary color
Monochromatic Colors of #AF915A
Black with #AF915A
Text Example
Text Example
White with #AF915A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF915A; }
p { color: rgb(175,145,90); }
H1.HeaderClassName
{
color: #AF915A;
}
.AnyTagClassName
{
color: #AF915A;
}
</style>
background-color css
<style>
a { background-color: #AF915A; }
a { background-color: rgb(175,145,90); }
div.DivClassName
{
background-color: #AF915A;
}
.BgClassName
{
background-color: #AF915A;
}
</style>
border-color css
<style>
span { border-color: #AF915A; }
span { border-color: rgb(175,145,90); }
td.TdClassName
{
border-color: #AF915A;
}
.TagClassName
{
border-color: #AF915A;
}
</style>