Shades of Hacienda #AF821F
Tints of Hacienda #AF821F
RGB
CMYK
RGB Variations
Color information
#AF821F (or 0xAF821F) is known color: Hacienda. HEX triplet: AF, 82 and 1F. RGB value is (175,130,31). Sum of RGB (Red+Green+Blue) = 175+130+31=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF821F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF821F is #507DE0. Grayscale: #848484. Windows color (decimal): -5275105 or 2065071. OLE color: 2065071.
HSL color Cylindrical-coordinate representation of color #AF821F: hue angle of 41.25º 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 #AF821F is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 130 | 31 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.31 |
| HSL | 41.25º | 0.7% | 0.4% | - |
| HSV(B) | 41.25º | 0.82% | 0.69% | - |
| XYZ | 25.91 | 25.18 | 4.79 | - |
| YUV | 132.17 | 70.91 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 130 | 31 | 0 | 0.26 | 0.82 | 0.31 | 41.25 | 0.7 | 0.4 |
| Hex | AF | 82 | 1F | 0 | 1A | 52 | 1F | 29 | 46 | 28 |
| Octal | 257 | 202 | 37 | 0 | 32 | 122 | 37 | 51 | 106 | 50 |
| Binary | 10101111 | 10000010 | 11111 | 0 | 11010 | 1010010 | 11111 | 101001 | 1000110 | 101000 |
Color Harmonies of #AF821F
Complementary color
Monochromatic Colors of #AF821F
Black with #AF821F
Text Example
Text Example
White with #AF821F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF821F; }
p { color: rgb(175,130,31); }
H1.HeaderClassName
{
color: #AF821F;
}
.AnyTagClassName
{
color: #AF821F;
}
</style>
background-color css
<style>
a { background-color: #AF821F; }
a { background-color: rgb(175,130,31); }
div.DivClassName
{
background-color: #AF821F;
}
.BgClassName
{
background-color: #AF821F;
}
</style>
border-color css
<style>
span { border-color: #AF821F; }
span { border-color: rgb(175,130,31); }
td.TdClassName
{
border-color: #AF821F;
}
.TagClassName
{
border-color: #AF821F;
}
</style>