Shades of Hacienda #A17E23
Tints of Hacienda #A17E23
RGB
CMYK
RGB Variations
Color information
#A17E23 (or 0xA17E23) is known color: Hacienda. HEX triplet: A1, 7E and 23. RGB value is (161,126,35). Sum of RGB (Red+Green+Blue) = 161+126+35=322 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50% from 322); Green value is 126 (49.61% from 255 or 39.13% from 322); Blue value is 35 (14.06% from 255 or 10.87% from 322); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17E23 is #5E81DC. Grayscale: #7E7E7E. Windows color (decimal): -6193629 or 2326177. OLE color: 2326177.
HSL color Cylindrical-coordinate representation of color #A17E23: hue angle of 43.33º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A17E23 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 126 | 35 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.37 |
| HSL | 43.33º | 0.64% | 0.38% | - |
| HSV(B) | 43.33º | 0.78% | 0.63% | - |
| XYZ | 22.46 | 22.62 | 4.77 | - |
| YUV | 126.09 | 76.6 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 126 | 35 | 0 | 0.22 | 0.78 | 0.37 | 43.33 | 0.64 | 0.38 |
| Hex | A1 | 7E | 23 | 0 | 16 | 4E | 25 | 2B | 40 | 26 |
| Octal | 241 | 176 | 43 | 0 | 26 | 116 | 45 | 53 | 100 | 46 |
| Binary | 10100001 | 1111110 | 100011 | 0 | 10110 | 1001110 | 100101 | 101011 | 1000000 | 100110 |
Color Harmonies of #A17E23
Complementary color
Monochromatic Colors of #A17E23
Black with #A17E23
Text Example
Text Example
White with #A17E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17E23; }
p { color: rgb(161,126,35); }
H1.HeaderClassName
{
color: #A17E23;
}
.AnyTagClassName
{
color: #A17E23;
}
</style>
background-color css
<style>
a { background-color: #A17E23; }
a { background-color: rgb(161,126,35); }
div.DivClassName
{
background-color: #A17E23;
}
.BgClassName
{
background-color: #A17E23;
}
</style>
border-color css
<style>
span { border-color: #A17E23; }
span { border-color: rgb(161,126,35); }
td.TdClassName
{
border-color: #A17E23;
}
.TagClassName
{
border-color: #A17E23;
}
</style>