Shades of Hacienda #AC7D1F
Tints of Hacienda #AC7D1F
RGB
CMYK
RGB Variations
Color information
#AC7D1F (or 0xAC7D1F) is known color: Hacienda. HEX triplet: AC, 7D and 1F. RGB value is (172,125,31). Sum of RGB (Red+Green+Blue) = 172+125+31=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7D1F is #5382E0. Grayscale: #808080. Windows color (decimal): -5472993 or 2063788. OLE color: 2063788.
HSL color Cylindrical-coordinate representation of color #AC7D1F: hue angle of 40º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC7D1F is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 125 | 31 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.33 |
| HSL | 40º | 0.69% | 0.4% | - |
| HSV(B) | 40º | 0.82% | 0.67% | - |
| XYZ | 24.59 | 23.54 | 4.54 | - |
| YUV | 128.34 | 73.07 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 125 | 31 | 0 | 0.27 | 0.82 | 0.33 | 40 | 0.69 | 0.4 |
| Hex | AC | 7D | 1F | 0 | 1B | 52 | 21 | 28 | 45 | 28 |
| Octal | 254 | 175 | 37 | 0 | 33 | 122 | 41 | 50 | 105 | 50 |
| Binary | 10101100 | 1111101 | 11111 | 0 | 11011 | 1010010 | 100001 | 101000 | 1000101 | 101000 |
Color Harmonies of #AC7D1F
Complementary color
Monochromatic Colors of #AC7D1F
Black with #AC7D1F
Text Example
Text Example
White with #AC7D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7D1F; }
p { color: rgb(172,125,31); }
H1.HeaderClassName
{
color: #AC7D1F;
}
.AnyTagClassName
{
color: #AC7D1F;
}
</style>
background-color css
<style>
a { background-color: #AC7D1F; }
a { background-color: rgb(172,125,31); }
div.DivClassName
{
background-color: #AC7D1F;
}
.BgClassName
{
background-color: #AC7D1F;
}
</style>
border-color css
<style>
span { border-color: #AC7D1F; }
span { border-color: rgb(172,125,31); }
td.TdClassName
{
border-color: #AC7D1F;
}
.TagClassName
{
border-color: #AC7D1F;
}
</style>