Shades of Hacienda #A47A23
Tints of Hacienda #A47A23
RGB
CMYK
RGB Variations
Color information
#A47A23 (or 0xA47A23) is known color: Hacienda. HEX triplet: A4, 7A and 23. RGB value is (164,122,35). Sum of RGB (Red+Green+Blue) = 164+122+35=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 35 (14.06% from 255 or 10.90% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47A23 is #5B85DC. Grayscale: #7D7D7D. Windows color (decimal): -5998045 or 2325156. OLE color: 2325156.
HSL color Cylindrical-coordinate representation of color #A47A23: hue angle of 40.47º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A47A23 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 122 | 35 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.36 |
| HSL | 40.47º | 0.65% | 0.39% | - |
| HSV(B) | 40.47º | 0.79% | 0.64% | - |
| XYZ | 22.57 | 21.93 | 4.63 | - |
| YUV | 124.64 | 77.41 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 122 | 35 | 0 | 0.26 | 0.79 | 0.36 | 40.47 | 0.65 | 0.39 |
| Hex | A4 | 7A | 23 | 0 | 1A | 4F | 24 | 28 | 41 | 27 |
| Octal | 244 | 172 | 43 | 0 | 32 | 117 | 44 | 50 | 101 | 47 |
| Binary | 10100100 | 1111010 | 100011 | 0 | 11010 | 1001111 | 100100 | 101000 | 1000001 | 100111 |
Color Harmonies of #A47A23
Complementary color
Monochromatic Colors of #A47A23
Black with #A47A23
Text Example
Text Example
White with #A47A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47A23; }
p { color: rgb(164,122,35); }
H1.HeaderClassName
{
color: #A47A23;
}
.AnyTagClassName
{
color: #A47A23;
}
</style>
background-color css
<style>
a { background-color: #A47A23; }
a { background-color: rgb(164,122,35); }
div.DivClassName
{
background-color: #A47A23;
}
.BgClassName
{
background-color: #A47A23;
}
</style>
border-color css
<style>
span { border-color: #A47A23; }
span { border-color: rgb(164,122,35); }
td.TdClassName
{
border-color: #A47A23;
}
.TagClassName
{
border-color: #A47A23;
}
</style>