Shades of Hacienda #AF831D
Tints of Hacienda #AF831D
RGB
CMYK
RGB Variations
Color information
#AF831D (or 0xAF831D) is known color: Hacienda. HEX triplet: AF, 83 and 1D. RGB value is (175,131,29). Sum of RGB (Red+Green+Blue) = 175+131+29=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF831D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF831D is #507CE2. Grayscale: #848484. Windows color (decimal): -5274851 or 1934255. OLE color: 1934255.
HSL color Cylindrical-coordinate representation of color #AF831D: hue angle of 41.92º 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 #AF831D is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 131 | 29 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.31 |
| HSL | 41.92º | 0.72% | 0.4% | - |
| HSV(B) | 41.92º | 0.83% | 0.69% | - |
| XYZ | 26.02 | 25.44 | 4.7 | - |
| YUV | 132.53 | 69.58 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 131 | 29 | 0 | 0.25 | 0.83 | 0.31 | 41.92 | 0.72 | 0.4 |
| Hex | AF | 83 | 1D | 0 | 19 | 53 | 1F | 2A | 48 | 28 |
| Octal | 257 | 203 | 35 | 0 | 31 | 123 | 37 | 52 | 110 | 50 |
| Binary | 10101111 | 10000011 | 11101 | 0 | 11001 | 1010011 | 11111 | 101010 | 1001000 | 101000 |
Color Harmonies of #AF831D
Complementary color
Monochromatic Colors of #AF831D
Black with #AF831D
Text Example
Text Example
White with #AF831D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF831D; }
p { color: rgb(175,131,29); }
H1.HeaderClassName
{
color: #AF831D;
}
.AnyTagClassName
{
color: #AF831D;
}
</style>
background-color css
<style>
a { background-color: #AF831D; }
a { background-color: rgb(175,131,29); }
div.DivClassName
{
background-color: #AF831D;
}
.BgClassName
{
background-color: #AF831D;
}
</style>
border-color css
<style>
span { border-color: #AF831D; }
span { border-color: rgb(175,131,29); }
td.TdClassName
{
border-color: #AF831D;
}
.TagClassName
{
border-color: #AF831D;
}
</style>