Shades of Hacienda #A3741A
Tints of Hacienda #A3741A
RGB
CMYK
RGB Variations
Color information
#A3741A (or 0xA3741A) is known color: Hacienda. HEX triplet: A3, 74 and 1A. RGB value is (163,116,26). Sum of RGB (Red+Green+Blue) = 163+116+26=305 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.44% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 26 (10.55% from 255 or 8.52% from 305); Max value from RGB is 163 - color contains mainly: red. Hex color #A3741A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3741A is #5C8BE5. Grayscale: #787878. Windows color (decimal): -6065126 or 1733795. OLE color: 1733795.
HSL color Cylindrical-coordinate representation of color #A3741A: hue angle of 39.42º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A3741A is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 116 | 26 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.36 |
| HSL | 39.42º | 0.72% | 0.37% | - |
| HSV(B) | 39.42º | 0.84% | 0.64% | - |
| XYZ | 21.54 | 20.35 | 3.77 | - |
| YUV | 119.79 | 75.07 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 116 | 26 | 0 | 0.29 | 0.84 | 0.36 | 39.42 | 0.72 | 0.37 |
| Hex | A3 | 74 | 1A | 0 | 1D | 54 | 24 | 27 | 48 | 25 |
| Octal | 243 | 164 | 32 | 0 | 35 | 124 | 44 | 47 | 110 | 45 |
| Binary | 10100011 | 1110100 | 11010 | 0 | 11101 | 1010100 | 100100 | 100111 | 1001000 | 100101 |
Color Harmonies of #A3741A
Complementary color
Monochromatic Colors of #A3741A
Black with #A3741A
Text Example
Text Example
White with #A3741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3741A; }
p { color: rgb(163,116,26); }
H1.HeaderClassName
{
color: #A3741A;
}
.AnyTagClassName
{
color: #A3741A;
}
</style>
background-color css
<style>
a { background-color: #A3741A; }
a { background-color: rgb(163,116,26); }
div.DivClassName
{
background-color: #A3741A;
}
.BgClassName
{
background-color: #A3741A;
}
</style>
border-color css
<style>
span { border-color: #A3741A; }
span { border-color: rgb(163,116,26); }
td.TdClassName
{
border-color: #A3741A;
}
.TagClassName
{
border-color: #A3741A;
}
</style>