Shades of Barley Corn #AF9C68
Tints of Barley Corn #AF9C68
RGB
CMYK
RGB Variations
Color information
#AF9C68 (or 0xAF9C68) is known color: Barley Corn. HEX triplet: AF, 9C and 68. RGB value is (175,156,104). Sum of RGB (Red+Green+Blue) = 175+156+104=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9C68 is #506397. Grayscale: #9B9B9B. Windows color (decimal): -5268376 or 6855855. OLE color: 6855855.
HSL color Cylindrical-coordinate representation of color #AF9C68: hue angle of 43.94º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF9C68 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 156 | 104 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.31 |
| HSL | 43.94º | 0.31% | 0.55% | - |
| HSV(B) | 43.94º | 0.41% | 0.69% | - |
| XYZ | 32.07 | 33.89 | 17.95 | - |
| YUV | 155.75 | 98.79 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 156 | 104 | 0 | 0.11 | 0.41 | 0.31 | 43.94 | 0.31 | 0.55 |
| Hex | AF | 9C | 68 | 0 | B | 29 | 1F | 2C | 1F | 37 |
| Octal | 257 | 234 | 150 | 0 | 13 | 51 | 37 | 54 | 37 | 67 |
| Binary | 10101111 | 10011100 | 1101000 | 0 | 1011 | 101001 | 11111 | 101100 | 11111 | 110111 |
Color Harmonies of #AF9C68
Complementary color
Monochromatic Colors of #AF9C68
Black with #AF9C68
Text Example
Text Example
White with #AF9C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9C68; }
p { color: rgb(175,156,104); }
H1.HeaderClassName
{
color: #AF9C68;
}
.AnyTagClassName
{
color: #AF9C68;
}
</style>
background-color css
<style>
a { background-color: #AF9C68; }
a { background-color: rgb(175,156,104); }
div.DivClassName
{
background-color: #AF9C68;
}
.BgClassName
{
background-color: #AF9C68;
}
</style>
border-color css
<style>
span { border-color: #AF9C68; }
span { border-color: rgb(175,156,104); }
td.TdClassName
{
border-color: #AF9C68;
}
.TagClassName
{
border-color: #AF9C68;
}
</style>