Shades of Barley Corn #AF995A
Tints of Barley Corn #AF995A
RGB
CMYK
RGB Variations
Color information
#AF995A (or 0xAF995A) is known color: Barley Corn. HEX triplet: AF, 99 and 5A. RGB value is (175,153,90). Sum of RGB (Red+Green+Blue) = 175+153+90=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF995A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF995A is #5066A5. Grayscale: #989898. Windows color (decimal): -5269158 or 5937583. OLE color: 5937583.
HSL color Cylindrical-coordinate representation of color #AF995A: hue angle of 44.47º 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 #AF995A is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 90 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.31 |
| HSL | 44.47º | 0.35% | 0.52% | - |
| HSV(B) | 44.47º | 0.49% | 0.69% | - |
| XYZ | 30.92 | 32.63 | 14.34 | - |
| YUV | 152.4 | 92.79 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 90 | 0 | 0.13 | 0.49 | 0.31 | 44.47 | 0.35 | 0.52 |
| Hex | AF | 99 | 5A | 0 | D | 31 | 1F | 2C | 23 | 34 |
| Octal | 257 | 231 | 132 | 0 | 15 | 61 | 37 | 54 | 43 | 64 |
| Binary | 10101111 | 10011001 | 1011010 | 0 | 1101 | 110001 | 11111 | 101100 | 100011 | 110100 |
Color Harmonies of #AF995A
Complementary color
Monochromatic Colors of #AF995A
Black with #AF995A
Text Example
Text Example
White with #AF995A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF995A; }
p { color: rgb(175,153,90); }
H1.HeaderClassName
{
color: #AF995A;
}
.AnyTagClassName
{
color: #AF995A;
}
</style>
background-color css
<style>
a { background-color: #AF995A; }
a { background-color: rgb(175,153,90); }
div.DivClassName
{
background-color: #AF995A;
}
.BgClassName
{
background-color: #AF995A;
}
</style>
border-color css
<style>
span { border-color: #AF995A; }
span { border-color: rgb(175,153,90); }
td.TdClassName
{
border-color: #AF995A;
}
.TagClassName
{
border-color: #AF995A;
}
</style>