Shades of Hacienda #AF861E
Tints of Hacienda #AF861E
RGB
CMYK
RGB Variations
Color information
#AF861E (or 0xAF861E) is known color: Hacienda. HEX triplet: AF, 86 and 1E. RGB value is (175,134,30). Sum of RGB (Red+Green+Blue) = 175+134+30=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF861E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF861E is #5079E1. Grayscale: #868686. Windows color (decimal): -5274082 or 2000559. OLE color: 2000559.
HSL color Cylindrical-coordinate representation of color #AF861E: hue angle of 43.03º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF861E is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 134 | 30 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.31 |
| HSL | 43.03º | 0.71% | 0.4% | - |
| HSV(B) | 43.03º | 0.83% | 0.69% | - |
| XYZ | 26.44 | 26.26 | 4.9 | - |
| YUV | 134.4 | 69.08 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 134 | 30 | 0 | 0.23 | 0.83 | 0.31 | 43.03 | 0.71 | 0.4 |
| Hex | AF | 86 | 1E | 0 | 17 | 53 | 1F | 2B | 47 | 28 |
| Octal | 257 | 206 | 36 | 0 | 27 | 123 | 37 | 53 | 107 | 50 |
| Binary | 10101111 | 10000110 | 11110 | 0 | 10111 | 1010011 | 11111 | 101011 | 1000111 | 101000 |
Color Harmonies of #AF861E
Complementary color
Monochromatic Colors of #AF861E
Black with #AF861E
Text Example
Text Example
White with #AF861E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF861E; }
p { color: rgb(175,134,30); }
H1.HeaderClassName
{
color: #AF861E;
}
.AnyTagClassName
{
color: #AF861E;
}
</style>
background-color css
<style>
a { background-color: #AF861E; }
a { background-color: rgb(175,134,30); }
div.DivClassName
{
background-color: #AF861E;
}
.BgClassName
{
background-color: #AF861E;
}
</style>
border-color css
<style>
span { border-color: #AF861E; }
span { border-color: rgb(175,134,30); }
td.TdClassName
{
border-color: #AF861E;
}
.TagClassName
{
border-color: #AF861E;
}
</style>