Shades of Hacienda #A07A1F
Tints of Hacienda #A07A1F
RGB
CMYK
RGB Variations
Color information
#A07A1F (or 0xA07A1F) is known color: Hacienda. HEX triplet: A0, 7A and 1F. RGB value is (160,122,31). Sum of RGB (Red+Green+Blue) = 160+122+31=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 31 (12.5% from 255 or 9.90% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07A1F is #5F85E0. Grayscale: #7B7B7B. Windows color (decimal): -6260193 or 2063008. OLE color: 2063008.
HSL color Cylindrical-coordinate representation of color #A07A1F: hue angle of 42.33º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A07A1F is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 122 | 31 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.37 |
| HSL | 42.33º | 0.68% | 0.37% | - |
| HSV(B) | 42.33º | 0.81% | 0.63% | - |
| XYZ | 21.7 | 21.49 | 4.3 | - |
| YUV | 122.99 | 76.09 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 31 | 0 | 0.24 | 0.81 | 0.37 | 42.33 | 0.68 | 0.37 |
| Hex | A0 | 7A | 1F | 0 | 18 | 51 | 25 | 2A | 44 | 25 |
| Octal | 240 | 172 | 37 | 0 | 30 | 121 | 45 | 52 | 104 | 45 |
| Binary | 10100000 | 1111010 | 11111 | 0 | 11000 | 1010001 | 100101 | 101010 | 1000100 | 100101 |
Color Harmonies of #A07A1F
Complementary color
Monochromatic Colors of #A07A1F
Black with #A07A1F
Text Example
Text Example
White with #A07A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07A1F; }
p { color: rgb(160,122,31); }
H1.HeaderClassName
{
color: #A07A1F;
}
.AnyTagClassName
{
color: #A07A1F;
}
</style>
background-color css
<style>
a { background-color: #A07A1F; }
a { background-color: rgb(160,122,31); }
div.DivClassName
{
background-color: #A07A1F;
}
.BgClassName
{
background-color: #A07A1F;
}
</style>
border-color css
<style>
span { border-color: #A07A1F; }
span { border-color: rgb(160,122,31); }
td.TdClassName
{
border-color: #A07A1F;
}
.TagClassName
{
border-color: #A07A1F;
}
</style>