Shades of Hacienda #AF871E
Tints of Hacienda #AF871E
RGB
CMYK
RGB Variations
Color information
#AF871E (or 0xAF871E) is known color: Hacienda. HEX triplet: AF, 87 and 1E. RGB value is (175,135,30). Sum of RGB (Red+Green+Blue) = 175+135+30=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 135 (53.12% from 255 or 39.71% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF871E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF871E is #5078E1. Grayscale: #878787. Windows color (decimal): -5273826 or 2000815. OLE color: 2000815.
HSL color Cylindrical-coordinate representation of color #AF871E: hue angle of 43.45º 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 #AF871E is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 30 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.31 |
| HSL | 43.45º | 0.71% | 0.4% | - |
| HSV(B) | 43.45º | 0.83% | 0.69% | - |
| XYZ | 26.58 | 26.54 | 4.95 | - |
| YUV | 134.99 | 68.75 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 30 | 0 | 0.23 | 0.83 | 0.31 | 43.45 | 0.71 | 0.4 |
| Hex | AF | 87 | 1E | 0 | 17 | 53 | 1F | 2B | 47 | 28 |
| Octal | 257 | 207 | 36 | 0 | 27 | 123 | 37 | 53 | 107 | 50 |
| Binary | 10101111 | 10000111 | 11110 | 0 | 10111 | 1010011 | 11111 | 101011 | 1000111 | 101000 |
Color Harmonies of #AF871E
Complementary color
Monochromatic Colors of #AF871E
Black with #AF871E
Text Example
Text Example
White with #AF871E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF871E; }
p { color: rgb(175,135,30); }
H1.HeaderClassName
{
color: #AF871E;
}
.AnyTagClassName
{
color: #AF871E;
}
</style>
background-color css
<style>
a { background-color: #AF871E; }
a { background-color: rgb(175,135,30); }
div.DivClassName
{
background-color: #AF871E;
}
.BgClassName
{
background-color: #AF871E;
}
</style>
border-color css
<style>
span { border-color: #AF871E; }
span { border-color: rgb(175,135,30); }
td.TdClassName
{
border-color: #AF871E;
}
.TagClassName
{
border-color: #AF871E;
}
</style>