Shades of Hacienda #A3790F
Tints of Hacienda #A3790F
RGB
CMYK
RGB Variations
Color information
#A3790F (or 0xA3790F) is known color: Hacienda. HEX triplet: A3, 79 and 0F. RGB value is (163,121,15). Sum of RGB (Red+Green+Blue) = 163+121+15=299 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.52% from 299); Green value is 121 (47.66% from 255 or 40.47% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 163 - color contains mainly: red. Hex color #A3790F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3790F is #5C86F0. Grayscale: #797979. Windows color (decimal): -6063857 or 1014179. OLE color: 1014179.
HSL color Cylindrical-coordinate representation of color #A3790F: hue angle of 42.97º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A3790F is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 121 | 15 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.36 |
| HSL | 42.97º | 0.83% | 0.35% | - |
| HSV(B) | 42.97º | 0.91% | 0.64% | - |
| XYZ | 22.03 | 21.5 | 3.44 | - |
| YUV | 121.47 | 67.91 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 121 | 15 | 0 | 0.26 | 0.91 | 0.36 | 42.97 | 0.83 | 0.35 |
| Hex | A3 | 79 | F | 0 | 1A | 5B | 24 | 2B | 53 | 23 |
| Octal | 243 | 171 | 17 | 0 | 32 | 133 | 44 | 53 | 123 | 43 |
| Binary | 10100011 | 1111001 | 1111 | 0 | 11010 | 1011011 | 100100 | 101011 | 1010011 | 100011 |
Color Harmonies of #A3790F
Complementary color
Monochromatic Colors of #A3790F
Black with #A3790F
Text Example
Text Example
White with #A3790F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3790F; }
p { color: rgb(163,121,15); }
H1.HeaderClassName
{
color: #A3790F;
}
.AnyTagClassName
{
color: #A3790F;
}
</style>
background-color css
<style>
a { background-color: #A3790F; }
a { background-color: rgb(163,121,15); }
div.DivClassName
{
background-color: #A3790F;
}
.BgClassName
{
background-color: #A3790F;
}
</style>
border-color css
<style>
span { border-color: #A3790F; }
span { border-color: rgb(163,121,15); }
td.TdClassName
{
border-color: #A3790F;
}
.TagClassName
{
border-color: #A3790F;
}
</style>