Shades of Hacienda #A37E22
Tints of Hacienda #A37E22
RGB
CMYK
RGB Variations
Color information
#A37E22 (or 0xA37E22) is known color: Hacienda. HEX triplet: A3, 7E and 22. RGB value is (163,126,34). Sum of RGB (Red+Green+Blue) = 163+126+34=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 34 (13.67% from 255 or 10.53% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37E22 is #5C81DD. Grayscale: #7E7E7E. Windows color (decimal): -6062558 or 2260643. OLE color: 2260643.
HSL color Cylindrical-coordinate representation of color #A37E22: hue angle of 42.79º 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 #A37E22 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 126 | 34 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.36 |
| HSL | 42.79º | 0.65% | 0.39% | - |
| HSV(B) | 42.79º | 0.79% | 0.64% | - |
| XYZ | 22.85 | 22.82 | 4.71 | - |
| YUV | 126.58 | 75.76 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 126 | 34 | 0 | 0.23 | 0.79 | 0.36 | 42.79 | 0.65 | 0.39 |
| Hex | A3 | 7E | 22 | 0 | 17 | 4F | 24 | 2B | 41 | 27 |
| Octal | 243 | 176 | 42 | 0 | 27 | 117 | 44 | 53 | 101 | 47 |
| Binary | 10100011 | 1111110 | 100010 | 0 | 10111 | 1001111 | 100100 | 101011 | 1000001 | 100111 |
Color Harmonies of #A37E22
Complementary color
Monochromatic Colors of #A37E22
Black with #A37E22
Text Example
Text Example
White with #A37E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37E22; }
p { color: rgb(163,126,34); }
H1.HeaderClassName
{
color: #A37E22;
}
.AnyTagClassName
{
color: #A37E22;
}
</style>
background-color css
<style>
a { background-color: #A37E22; }
a { background-color: rgb(163,126,34); }
div.DivClassName
{
background-color: #A37E22;
}
.BgClassName
{
background-color: #A37E22;
}
</style>
border-color css
<style>
span { border-color: #A37E22; }
span { border-color: rgb(163,126,34); }
td.TdClassName
{
border-color: #A37E22;
}
.TagClassName
{
border-color: #A37E22;
}
</style>