Shades of Barley Corn #AF9A68
Tints of Barley Corn #AF9A68
RGB
CMYK
RGB Variations
Color information
#AF9A68 (or 0xAF9A68) is known color: Barley Corn. HEX triplet: AF, 9A and 68. RGB value is (175,154,104). Sum of RGB (Red+Green+Blue) = 175+154+104=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9A68 is #506597. Grayscale: #9A9A9A. Windows color (decimal): -5268888 or 6855343. OLE color: 6855343.
HSL color Cylindrical-coordinate representation of color #AF9A68: hue angle of 42.25º 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 #AF9A68 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 154 | 104 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.31 |
| HSL | 42.25º | 0.31% | 0.55% | - |
| HSV(B) | 42.25º | 0.41% | 0.69% | - |
| XYZ | 31.73 | 33.22 | 17.84 | - |
| YUV | 154.58 | 99.46 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 154 | 104 | 0 | 0.12 | 0.41 | 0.31 | 42.25 | 0.31 | 0.55 |
| Hex | AF | 9A | 68 | 0 | C | 29 | 1F | 2A | 1F | 37 |
| Octal | 257 | 232 | 150 | 0 | 14 | 51 | 37 | 52 | 37 | 67 |
| Binary | 10101111 | 10011010 | 1101000 | 0 | 1100 | 101001 | 11111 | 101010 | 11111 | 110111 |
Color Harmonies of #AF9A68
Complementary color
Monochromatic Colors of #AF9A68
Black with #AF9A68
Text Example
Text Example
White with #AF9A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9A68; }
p { color: rgb(175,154,104); }
H1.HeaderClassName
{
color: #AF9A68;
}
.AnyTagClassName
{
color: #AF9A68;
}
</style>
background-color css
<style>
a { background-color: #AF9A68; }
a { background-color: rgb(175,154,104); }
div.DivClassName
{
background-color: #AF9A68;
}
.BgClassName
{
background-color: #AF9A68;
}
</style>
border-color css
<style>
span { border-color: #AF9A68; }
span { border-color: rgb(175,154,104); }
td.TdClassName
{
border-color: #AF9A68;
}
.TagClassName
{
border-color: #AF9A68;
}
</style>