Shades of Hacienda #AF8521
Tints of Hacienda #AF8521
RGB
CMYK
RGB Variations
Color information
#AF8521 (or 0xAF8521) is known color: Hacienda. HEX triplet: AF, 85 and 21. RGB value is (175,133,33). Sum of RGB (Red+Green+Blue) = 175+133+33=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8521 is #507ADE. Grayscale: #868686. Windows color (decimal): -5274335 or 2196911. OLE color: 2196911.
HSL color Cylindrical-coordinate representation of color #AF8521: hue angle of 42.25º 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 #AF8521 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 33 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.31 |
| HSL | 42.25º | 0.68% | 0.41% | - |
| HSV(B) | 42.25º | 0.81% | 0.69% | - |
| XYZ | 26.34 | 26 | 5.07 | - |
| YUV | 134.16 | 70.91 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 33 | 0 | 0.24 | 0.81 | 0.31 | 42.25 | 0.68 | 0.41 |
| Hex | AF | 85 | 21 | 0 | 18 | 51 | 1F | 2A | 44 | 29 |
| Octal | 257 | 205 | 41 | 0 | 30 | 121 | 37 | 52 | 104 | 51 |
| Binary | 10101111 | 10000101 | 100001 | 0 | 11000 | 1010001 | 11111 | 101010 | 1000100 | 101001 |
Color Harmonies of #AF8521
Complementary color
Monochromatic Colors of #AF8521
Black with #AF8521
Text Example
Text Example
White with #AF8521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8521; }
p { color: rgb(175,133,33); }
H1.HeaderClassName
{
color: #AF8521;
}
.AnyTagClassName
{
color: #AF8521;
}
</style>
background-color css
<style>
a { background-color: #AF8521; }
a { background-color: rgb(175,133,33); }
div.DivClassName
{
background-color: #AF8521;
}
.BgClassName
{
background-color: #AF8521;
}
</style>
border-color css
<style>
span { border-color: #AF8521; }
span { border-color: rgb(175,133,33); }
td.TdClassName
{
border-color: #AF8521;
}
.TagClassName
{
border-color: #AF8521;
}
</style>