Shades of Hacienda #AF851C
Tints of Hacienda #AF851C
RGB
CMYK
RGB Variations
Color information
#AF851C (or 0xAF851C) is known color: Hacienda. HEX triplet: AF, 85 and 1C. RGB value is (175,133,28). Sum of RGB (Red+Green+Blue) = 175+133+28=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 28 (11.33% from 255 or 8.33% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF851C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF851C is #507AE3. Grayscale: #868686. Windows color (decimal): -5274340 or 1869231. OLE color: 1869231.
HSL color Cylindrical-coordinate representation of color #AF851C: hue angle of 42.86º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF851C is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 28 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.31 |
| HSL | 42.86º | 0.72% | 0.4% | - |
| HSV(B) | 42.86º | 0.84% | 0.69% | - |
| XYZ | 26.28 | 25.97 | 4.73 | - |
| YUV | 133.59 | 68.41 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 28 | 0 | 0.24 | 0.84 | 0.31 | 42.86 | 0.72 | 0.4 |
| Hex | AF | 85 | 1C | 0 | 18 | 54 | 1F | 2B | 48 | 28 |
| Octal | 257 | 205 | 34 | 0 | 30 | 124 | 37 | 53 | 110 | 50 |
| Binary | 10101111 | 10000101 | 11100 | 0 | 11000 | 1010100 | 11111 | 101011 | 1001000 | 101000 |
Color Harmonies of #AF851C
Complementary color
Monochromatic Colors of #AF851C
Black with #AF851C
Text Example
Text Example
White with #AF851C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF851C; }
p { color: rgb(175,133,28); }
H1.HeaderClassName
{
color: #AF851C;
}
.AnyTagClassName
{
color: #AF851C;
}
</style>
background-color css
<style>
a { background-color: #AF851C; }
a { background-color: rgb(175,133,28); }
div.DivClassName
{
background-color: #AF851C;
}
.BgClassName
{
background-color: #AF851C;
}
</style>
border-color css
<style>
span { border-color: #AF851C; }
span { border-color: rgb(175,133,28); }
td.TdClassName
{
border-color: #AF851C;
}
.TagClassName
{
border-color: #AF851C;
}
</style>