Shades of Hacienda #A1790F
Tints of Hacienda #A1790F
RGB
CMYK
RGB Variations
Color information
#A1790F (or 0xA1790F) is known color: Hacienda. HEX triplet: A1, 79 and 0F. RGB value is (161,121,15). Sum of RGB (Red+Green+Blue) = 161+121+15=297 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.21% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 15 (6.25% from 255 or 5.05% from 297); Max value from RGB is 161 - color contains mainly: red. Hex color #A1790F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1790F is #5E86F0. Grayscale: #797979. Windows color (decimal): -6194929 or 1014177. OLE color: 1014177.
HSL color Cylindrical-coordinate representation of color #A1790F: hue angle of 43.56º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1790F is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 121 | 15 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.37 |
| HSL | 43.56º | 0.83% | 0.35% | - |
| HSV(B) | 43.56º | 0.91% | 0.63% | - |
| XYZ | 21.62 | 21.29 | 3.42 | - |
| YUV | 120.88 | 68.25 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 121 | 15 | 0 | 0.25 | 0.91 | 0.37 | 43.56 | 0.83 | 0.35 |
| Hex | A1 | 79 | F | 0 | 19 | 5B | 25 | 2C | 53 | 23 |
| Octal | 241 | 171 | 17 | 0 | 31 | 133 | 45 | 54 | 123 | 43 |
| Binary | 10100001 | 1111001 | 1111 | 0 | 11001 | 1011011 | 100101 | 101100 | 1010011 | 100011 |
Color Harmonies of #A1790F
Complementary color
Monochromatic Colors of #A1790F
Black with #A1790F
Text Example
Text Example
White with #A1790F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1790F; }
p { color: rgb(161,121,15); }
H1.HeaderClassName
{
color: #A1790F;
}
.AnyTagClassName
{
color: #A1790F;
}
</style>
background-color css
<style>
a { background-color: #A1790F; }
a { background-color: rgb(161,121,15); }
div.DivClassName
{
background-color: #A1790F;
}
.BgClassName
{
background-color: #A1790F;
}
</style>
border-color css
<style>
span { border-color: #A1790F; }
span { border-color: rgb(161,121,15); }
td.TdClassName
{
border-color: #A1790F;
}
.TagClassName
{
border-color: #A1790F;
}
</style>