Shades of Hacienda #A17A1A
Tints of Hacienda #A17A1A
RGB
CMYK
RGB Variations
Color information
#A17A1A (or 0xA17A1A) is known color: Hacienda. HEX triplet: A1, 7A and 1A. RGB value is (161,122,26). Sum of RGB (Red+Green+Blue) = 161+122+26=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 26 (10.55% from 255 or 8.41% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17A1A is #5E85E5. Grayscale: #7B7B7B. Windows color (decimal): -6194662 or 1735329. OLE color: 1735329.
HSL color Cylindrical-coordinate representation of color #A17A1A: hue angle of 42.67º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A17A1A is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 122 | 26 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.37 |
| HSL | 42.67º | 0.72% | 0.37% | - |
| HSV(B) | 42.67º | 0.84% | 0.63% | - |
| XYZ | 21.84 | 21.57 | 3.99 | - |
| YUV | 122.72 | 73.42 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 122 | 26 | 0 | 0.24 | 0.84 | 0.37 | 42.67 | 0.72 | 0.37 |
| Hex | A1 | 7A | 1A | 0 | 18 | 54 | 25 | 2B | 48 | 25 |
| Octal | 241 | 172 | 32 | 0 | 30 | 124 | 45 | 53 | 110 | 45 |
| Binary | 10100001 | 1111010 | 11010 | 0 | 11000 | 1010100 | 100101 | 101011 | 1001000 | 100101 |
Color Harmonies of #A17A1A
Complementary color
Monochromatic Colors of #A17A1A
Black with #A17A1A
Text Example
Text Example
White with #A17A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17A1A; }
p { color: rgb(161,122,26); }
H1.HeaderClassName
{
color: #A17A1A;
}
.AnyTagClassName
{
color: #A17A1A;
}
</style>
background-color css
<style>
a { background-color: #A17A1A; }
a { background-color: rgb(161,122,26); }
div.DivClassName
{
background-color: #A17A1A;
}
.BgClassName
{
background-color: #A17A1A;
}
</style>
border-color css
<style>
span { border-color: #A17A1A; }
span { border-color: rgb(161,122,26); }
td.TdClassName
{
border-color: #A17A1A;
}
.TagClassName
{
border-color: #A17A1A;
}
</style>