Shades of Hacienda #A17D18
Tints of Hacienda #A17D18
RGB
CMYK
RGB Variations
Color information
#A17D18 (or 0xA17D18) is known color: Hacienda. HEX triplet: A1, 7D and 18. RGB value is (161,125,24). Sum of RGB (Red+Green+Blue) = 161+125+24=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 24 (9.77% from 255 or 7.74% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A17D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17D18 is #5E82E7. Grayscale: #7C7C7C. Windows color (decimal): -6193896 or 1605025. OLE color: 1605025.
HSL color Cylindrical-coordinate representation of color #A17D18: hue angle of 44.23º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A17D18 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 125 | 24 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.37 |
| HSL | 44.23º | 0.74% | 0.36% | - |
| HSV(B) | 44.23º | 0.85% | 0.63% | - |
| XYZ | 22.2 | 22.31 | 4 | - |
| YUV | 124.25 | 71.43 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 125 | 24 | 0 | 0.22 | 0.85 | 0.37 | 44.23 | 0.74 | 0.36 |
| Hex | A1 | 7D | 18 | 0 | 16 | 55 | 25 | 2C | 4A | 24 |
| Octal | 241 | 175 | 30 | 0 | 26 | 125 | 45 | 54 | 112 | 44 |
| Binary | 10100001 | 1111101 | 11000 | 0 | 10110 | 1010101 | 100101 | 101100 | 1001010 | 100100 |
Color Harmonies of #A17D18
Complementary color
Monochromatic Colors of #A17D18
Black with #A17D18
Text Example
Text Example
White with #A17D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17D18; }
p { color: rgb(161,125,24); }
H1.HeaderClassName
{
color: #A17D18;
}
.AnyTagClassName
{
color: #A17D18;
}
</style>
background-color css
<style>
a { background-color: #A17D18; }
a { background-color: rgb(161,125,24); }
div.DivClassName
{
background-color: #A17D18;
}
.BgClassName
{
background-color: #A17D18;
}
</style>
border-color css
<style>
span { border-color: #A17D18; }
span { border-color: rgb(161,125,24); }
td.TdClassName
{
border-color: #A17D18;
}
.TagClassName
{
border-color: #A17D18;
}
</style>