Shades of Hacienda #A07619
Tints of Hacienda #A07619
RGB
CMYK
RGB Variations
Color information
#A07619 (or 0xA07619) is known color: Hacienda. HEX triplet: A0, 76 and 19. RGB value is (160,118,25). Sum of RGB (Red+Green+Blue) = 160+118+25=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A07619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07619 is #5F89E6. Grayscale: #787878. Windows color (decimal): -6261223 or 1668768. OLE color: 1668768.
HSL color Cylindrical-coordinate representation of color #A07619: hue angle of 41.33º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A07619 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 118 | 25 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.37 |
| HSL | 41.33º | 0.73% | 0.36% | - |
| HSV(B) | 41.33º | 0.84% | 0.63% | - |
| XYZ | 21.15 | 20.5 | 3.76 | - |
| YUV | 119.96 | 74.41 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 25 | 0 | 0.26 | 0.84 | 0.37 | 41.33 | 0.73 | 0.36 |
| Hex | A0 | 76 | 19 | 0 | 1A | 54 | 25 | 29 | 49 | 24 |
| Octal | 240 | 166 | 31 | 0 | 32 | 124 | 45 | 51 | 111 | 44 |
| Binary | 10100000 | 1110110 | 11001 | 0 | 11010 | 1010100 | 100101 | 101001 | 1001001 | 100100 |
Color Harmonies of #A07619
Complementary color
Monochromatic Colors of #A07619
Black with #A07619
Text Example
Text Example
White with #A07619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07619; }
p { color: rgb(160,118,25); }
H1.HeaderClassName
{
color: #A07619;
}
.AnyTagClassName
{
color: #A07619;
}
</style>
background-color css
<style>
a { background-color: #A07619; }
a { background-color: rgb(160,118,25); }
div.DivClassName
{
background-color: #A07619;
}
.BgClassName
{
background-color: #A07619;
}
</style>
border-color css
<style>
span { border-color: #A07619; }
span { border-color: rgb(160,118,25); }
td.TdClassName
{
border-color: #A07619;
}
.TagClassName
{
border-color: #A07619;
}
</style>