Shades of Hacienda #AC7B19
Tints of Hacienda #AC7B19
RGB
CMYK
RGB Variations
Color information
#AC7B19 (or 0xAC7B19) is known color: Hacienda. HEX triplet: AC, 7B and 19. RGB value is (172,123,25). Sum of RGB (Red+Green+Blue) = 172+123+25=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 123 (48.44% from 255 or 38.44% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7B19 is #5384E6. Grayscale: #7E7E7E. Windows color (decimal): -5473511 or 1670060. OLE color: 1670060.
HSL color Cylindrical-coordinate representation of color #AC7B19: hue angle of 40º 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 #AC7B19 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 123 | 25 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.33 |
| HSL | 40º | 0.75% | 0.39% | - |
| HSV(B) | 40º | 0.85% | 0.67% | - |
| XYZ | 24.27 | 23.01 | 4.08 | - |
| YUV | 126.48 | 70.73 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 25 | 0 | 0.28 | 0.85 | 0.33 | 40 | 0.75 | 0.39 |
| Hex | AC | 7B | 19 | 0 | 1C | 55 | 21 | 28 | 4B | 27 |
| Octal | 254 | 173 | 31 | 0 | 34 | 125 | 41 | 50 | 113 | 47 |
| Binary | 10101100 | 1111011 | 11001 | 0 | 11100 | 1010101 | 100001 | 101000 | 1001011 | 100111 |
Color Harmonies of #AC7B19
Complementary color
Monochromatic Colors of #AC7B19
Black with #AC7B19
Text Example
Text Example
White with #AC7B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7B19; }
p { color: rgb(172,123,25); }
H1.HeaderClassName
{
color: #AC7B19;
}
.AnyTagClassName
{
color: #AC7B19;
}
</style>
background-color css
<style>
a { background-color: #AC7B19; }
a { background-color: rgb(172,123,25); }
div.DivClassName
{
background-color: #AC7B19;
}
.BgClassName
{
background-color: #AC7B19;
}
</style>
border-color css
<style>
span { border-color: #AC7B19; }
span { border-color: rgb(172,123,25); }
td.TdClassName
{
border-color: #AC7B19;
}
.TagClassName
{
border-color: #AC7B19;
}
</style>