Shades of Hacienda #AF861D
Tints of Hacienda #AF861D
RGB
CMYK
RGB Variations
Color information
#AF861D (or 0xAF861D) is known color: Hacienda. HEX triplet: AF, 86 and 1D. RGB value is (175,134,29). Sum of RGB (Red+Green+Blue) = 175+134+29=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 29 (11.72% from 255 or 8.58% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF861D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF861D is #5079E2. Grayscale: #868686. Windows color (decimal): -5274083 or 1935023. OLE color: 1935023.
HSL color Cylindrical-coordinate representation of color #AF861D: hue angle of 43.15º degrees, saturation: 0.72, 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 #AF861D is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 134 | 29 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.31 |
| HSL | 43.15º | 0.72% | 0.4% | - |
| HSV(B) | 43.15º | 0.83% | 0.69% | - |
| XYZ | 26.43 | 26.25 | 4.84 | - |
| YUV | 134.29 | 68.58 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 134 | 29 | 0 | 0.23 | 0.83 | 0.31 | 43.15 | 0.72 | 0.4 |
| Hex | AF | 86 | 1D | 0 | 17 | 53 | 1F | 2B | 48 | 28 |
| Octal | 257 | 206 | 35 | 0 | 27 | 123 | 37 | 53 | 110 | 50 |
| Binary | 10101111 | 10000110 | 11101 | 0 | 10111 | 1010011 | 11111 | 101011 | 1001000 | 101000 |
Color Harmonies of #AF861D
Complementary color
Monochromatic Colors of #AF861D
Black with #AF861D
Text Example
Text Example
White with #AF861D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF861D; }
p { color: rgb(175,134,29); }
H1.HeaderClassName
{
color: #AF861D;
}
.AnyTagClassName
{
color: #AF861D;
}
</style>
background-color css
<style>
a { background-color: #AF861D; }
a { background-color: rgb(175,134,29); }
div.DivClassName
{
background-color: #AF861D;
}
.BgClassName
{
background-color: #AF861D;
}
</style>
border-color css
<style>
span { border-color: #AF861D; }
span { border-color: rgb(175,134,29); }
td.TdClassName
{
border-color: #AF861D;
}
.TagClassName
{
border-color: #AF861D;
}
</style>