Shades of Hacienda #AF861F
Tints of Hacienda #AF861F
RGB
CMYK
RGB Variations
Color information
#AF861F (or 0xAF861F) is known color: Hacienda. HEX triplet: AF, 86 and 1F. RGB value is (175,134,31). Sum of RGB (Red+Green+Blue) = 175+134+31=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 31 (12.5% from 255 or 9.12% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF861F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF861F is #5079E0. Grayscale: #868686. Windows color (decimal): -5274081 or 2066095. OLE color: 2066095.
HSL color Cylindrical-coordinate representation of color #AF861F: hue angle of 42.92º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF861F is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 134 | 31 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.31 |
| HSL | 42.92º | 0.7% | 0.4% | - |
| HSV(B) | 42.92º | 0.82% | 0.69% | - |
| XYZ | 26.45 | 26.26 | 4.97 | - |
| YUV | 134.52 | 69.58 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 134 | 31 | 0 | 0.23 | 0.82 | 0.31 | 42.92 | 0.7 | 0.4 |
| Hex | AF | 86 | 1F | 0 | 17 | 52 | 1F | 2B | 46 | 28 |
| Octal | 257 | 206 | 37 | 0 | 27 | 122 | 37 | 53 | 106 | 50 |
| Binary | 10101111 | 10000110 | 11111 | 0 | 10111 | 1010010 | 11111 | 101011 | 1000110 | 101000 |
Color Harmonies of #AF861F
Complementary color
Monochromatic Colors of #AF861F
Black with #AF861F
Text Example
Text Example
White with #AF861F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF861F; }
p { color: rgb(175,134,31); }
H1.HeaderClassName
{
color: #AF861F;
}
.AnyTagClassName
{
color: #AF861F;
}
</style>
background-color css
<style>
a { background-color: #AF861F; }
a { background-color: rgb(175,134,31); }
div.DivClassName
{
background-color: #AF861F;
}
.BgClassName
{
background-color: #AF861F;
}
</style>
border-color css
<style>
span { border-color: #AF861F; }
span { border-color: rgb(175,134,31); }
td.TdClassName
{
border-color: #AF861F;
}
.TagClassName
{
border-color: #AF861F;
}
</style>