Shades of Hacienda #AF8321
Tints of Hacienda #AF8321
RGB
CMYK
RGB Variations
Color information
#AF8321 (or 0xAF8321) is known color: Hacienda. HEX triplet: AF, 83 and 21. RGB value is (175,131,33). Sum of RGB (Red+Green+Blue) = 175+131+33=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8321 is #507CDE. Grayscale: #858585. Windows color (decimal): -5274847 or 2196399. OLE color: 2196399.
HSL color Cylindrical-coordinate representation of color #AF8321: hue angle of 41.41º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF8321 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 131 | 33 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.31 |
| HSL | 41.41º | 0.68% | 0.41% | - |
| HSV(B) | 41.41º | 0.81% | 0.69% | - |
| XYZ | 26.07 | 25.46 | 4.98 | - |
| YUV | 132.98 | 71.58 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 131 | 33 | 0 | 0.25 | 0.81 | 0.31 | 41.41 | 0.68 | 0.41 |
| Hex | AF | 83 | 21 | 0 | 19 | 51 | 1F | 29 | 44 | 29 |
| Octal | 257 | 203 | 41 | 0 | 31 | 121 | 37 | 51 | 104 | 51 |
| Binary | 10101111 | 10000011 | 100001 | 0 | 11001 | 1010001 | 11111 | 101001 | 1000100 | 101001 |
Color Harmonies of #AF8321
Complementary color
Monochromatic Colors of #AF8321
Black with #AF8321
Text Example
Text Example
White with #AF8321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8321; }
p { color: rgb(175,131,33); }
H1.HeaderClassName
{
color: #AF8321;
}
.AnyTagClassName
{
color: #AF8321;
}
</style>
background-color css
<style>
a { background-color: #AF8321; }
a { background-color: rgb(175,131,33); }
div.DivClassName
{
background-color: #AF8321;
}
.BgClassName
{
background-color: #AF8321;
}
</style>
border-color css
<style>
span { border-color: #AF8321; }
span { border-color: rgb(175,131,33); }
td.TdClassName
{
border-color: #AF8321;
}
.TagClassName
{
border-color: #AF8321;
}
</style>