Shades of Hacienda #A1820F
Tints of Hacienda #A1820F
RGB
CMYK
RGB Variations
Color information
#A1820F (or 0xA1820F) is known color: Hacienda. HEX triplet: A1, 82 and 0F. RGB value is (161,130,15). Sum of RGB (Red+Green+Blue) = 161+130+15=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A1820F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1820F is #5E7DF0. Grayscale: #7E7E7E. Windows color (decimal): -6192625 or 1016481. OLE color: 1016481.
HSL color Cylindrical-coordinate representation of color #A1820F: hue angle of 47.26º 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 #A1820F is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 130 | 15 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.37 |
| HSL | 47.26º | 0.83% | 0.35% | - |
| HSV(B) | 47.26º | 0.91% | 0.63% | - |
| XYZ | 22.77 | 23.58 | 3.8 | - |
| YUV | 126.16 | 65.27 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 15 | 0 | 0.19 | 0.91 | 0.37 | 47.26 | 0.83 | 0.35 |
| Hex | A1 | 82 | F | 0 | 13 | 5B | 25 | 2F | 53 | 23 |
| Octal | 241 | 202 | 17 | 0 | 23 | 133 | 45 | 57 | 123 | 43 |
| Binary | 10100001 | 10000010 | 1111 | 0 | 10011 | 1011011 | 100101 | 101111 | 1010011 | 100011 |
Color Harmonies of #A1820F
Complementary color
Monochromatic Colors of #A1820F
Black with #A1820F
Text Example
Text Example
White with #A1820F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1820F; }
p { color: rgb(161,130,15); }
H1.HeaderClassName
{
color: #A1820F;
}
.AnyTagClassName
{
color: #A1820F;
}
</style>
background-color css
<style>
a { background-color: #A1820F; }
a { background-color: rgb(161,130,15); }
div.DivClassName
{
background-color: #A1820F;
}
.BgClassName
{
background-color: #A1820F;
}
</style>
border-color css
<style>
span { border-color: #A1820F; }
span { border-color: rgb(161,130,15); }
td.TdClassName
{
border-color: #A1820F;
}
.TagClassName
{
border-color: #A1820F;
}
</style>