Shades of Hacienda #AC7D19
Tints of Hacienda #AC7D19
RGB
CMYK
RGB Variations
Color information
#AC7D19 (or 0xAC7D19) is known color: Hacienda. HEX triplet: AC, 7D and 19. RGB value is (172,125,25). Sum of RGB (Red+Green+Blue) = 172+125+25=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7D19 is #5382E6. Grayscale: #808080. Windows color (decimal): -5472999 or 1670572. OLE color: 1670572.
HSL color Cylindrical-coordinate representation of color #AC7D19: hue angle of 40.82º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC7D19 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 125 | 25 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.33 |
| HSL | 40.82º | 0.75% | 0.39% | - |
| HSV(B) | 40.82º | 0.85% | 0.67% | - |
| XYZ | 24.52 | 23.51 | 4.16 | - |
| YUV | 127.65 | 70.07 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 125 | 25 | 0 | 0.27 | 0.85 | 0.33 | 40.82 | 0.75 | 0.39 |
| Hex | AC | 7D | 19 | 0 | 1B | 55 | 21 | 29 | 4B | 27 |
| Octal | 254 | 175 | 31 | 0 | 33 | 125 | 41 | 51 | 113 | 47 |
| Binary | 10101100 | 1111101 | 11001 | 0 | 11011 | 1010101 | 100001 | 101001 | 1001011 | 100111 |
Color Harmonies of #AC7D19
Complementary color
Monochromatic Colors of #AC7D19
Black with #AC7D19
Text Example
Text Example
White with #AC7D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7D19; }
p { color: rgb(172,125,25); }
H1.HeaderClassName
{
color: #AC7D19;
}
.AnyTagClassName
{
color: #AC7D19;
}
</style>
background-color css
<style>
a { background-color: #AC7D19; }
a { background-color: rgb(172,125,25); }
div.DivClassName
{
background-color: #AC7D19;
}
.BgClassName
{
background-color: #AC7D19;
}
</style>
border-color css
<style>
span { border-color: #AC7D19; }
span { border-color: rgb(172,125,25); }
td.TdClassName
{
border-color: #AC7D19;
}
.TagClassName
{
border-color: #AC7D19;
}
</style>