Shades of Hacienda #AF841D
Tints of Hacienda #AF841D
RGB
CMYK
RGB Variations
Color information
#AF841D (or 0xAF841D) is known color: Hacienda. HEX triplet: AF, 84 and 1D. RGB value is (175,132,29). Sum of RGB (Red+Green+Blue) = 175+132+29=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF841D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF841D is #507BE2. Grayscale: #858585. Windows color (decimal): -5274595 or 1934511. OLE color: 1934511.
HSL color Cylindrical-coordinate representation of color #AF841D: hue angle of 42.33º degrees, saturation: 0.72, 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 #AF841D is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 132 | 29 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.31 |
| HSL | 42.33º | 0.72% | 0.4% | - |
| HSV(B) | 42.33º | 0.83% | 0.69% | - |
| XYZ | 26.15 | 25.71 | 4.75 | - |
| YUV | 133.12 | 69.25 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 132 | 29 | 0 | 0.25 | 0.83 | 0.31 | 42.33 | 0.72 | 0.4 |
| Hex | AF | 84 | 1D | 0 | 19 | 53 | 1F | 2A | 48 | 28 |
| Octal | 257 | 204 | 35 | 0 | 31 | 123 | 37 | 52 | 110 | 50 |
| Binary | 10101111 | 10000100 | 11101 | 0 | 11001 | 1010011 | 11111 | 101010 | 1001000 | 101000 |
Color Harmonies of #AF841D
Complementary color
Monochromatic Colors of #AF841D
Black with #AF841D
Text Example
Text Example
White with #AF841D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF841D; }
p { color: rgb(175,132,29); }
H1.HeaderClassName
{
color: #AF841D;
}
.AnyTagClassName
{
color: #AF841D;
}
</style>
background-color css
<style>
a { background-color: #AF841D; }
a { background-color: rgb(175,132,29); }
div.DivClassName
{
background-color: #AF841D;
}
.BgClassName
{
background-color: #AF841D;
}
</style>
border-color css
<style>
span { border-color: #AF841D; }
span { border-color: rgb(175,132,29); }
td.TdClassName
{
border-color: #AF841D;
}
.TagClassName
{
border-color: #AF841D;
}
</style>