Shades of Hacienda #A17A19
Tints of Hacienda #A17A19
RGB
CMYK
RGB Variations
Color information
#A17A19 (or 0xA17A19) is known color: Hacienda. HEX triplet: A1, 7A and 19. RGB value is (161,122,25). Sum of RGB (Red+Green+Blue) = 161+122+25=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17A19 is #5E85E6. Grayscale: #7B7B7B. Windows color (decimal): -6194663 or 1669793. OLE color: 1669793.
HSL color Cylindrical-coordinate representation of color #A17A19: hue angle of 42.79º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A17A19 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 122 | 25 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.37 |
| HSL | 42.79º | 0.73% | 0.36% | - |
| HSV(B) | 42.79º | 0.84% | 0.63% | - |
| XYZ | 21.83 | 21.57 | 3.93 | - |
| YUV | 122.6 | 72.92 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 122 | 25 | 0 | 0.24 | 0.84 | 0.37 | 42.79 | 0.73 | 0.36 |
| Hex | A1 | 7A | 19 | 0 | 18 | 54 | 25 | 2B | 49 | 24 |
| Octal | 241 | 172 | 31 | 0 | 30 | 124 | 45 | 53 | 111 | 44 |
| Binary | 10100001 | 1111010 | 11001 | 0 | 11000 | 1010100 | 100101 | 101011 | 1001001 | 100100 |
Color Harmonies of #A17A19
Complementary color
Monochromatic Colors of #A17A19
Black with #A17A19
Text Example
Text Example
White with #A17A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17A19; }
p { color: rgb(161,122,25); }
H1.HeaderClassName
{
color: #A17A19;
}
.AnyTagClassName
{
color: #A17A19;
}
</style>
background-color css
<style>
a { background-color: #A17A19; }
a { background-color: rgb(161,122,25); }
div.DivClassName
{
background-color: #A17A19;
}
.BgClassName
{
background-color: #A17A19;
}
</style>
border-color css
<style>
span { border-color: #A17A19; }
span { border-color: rgb(161,122,25); }
td.TdClassName
{
border-color: #A17A19;
}
.TagClassName
{
border-color: #A17A19;
}
</style>