Shades of Hacienda #A38224
Tints of Hacienda #A38224
RGB
CMYK
RGB Variations
Color information
#A38224 (or 0xA38224) is known color: Hacienda. HEX triplet: A3, 82 and 24. RGB value is (163,130,36). Sum of RGB (Red+Green+Blue) = 163+130+36=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 36 (14.45% from 255 or 10.94% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A38224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38224 is #5C7DDB. Grayscale: #818181. Windows color (decimal): -6061532 or 2392739. OLE color: 2392739.
HSL color Cylindrical-coordinate representation of color #A38224: hue angle of 44.41º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A38224 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 130 | 36 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.36 |
| HSL | 44.41º | 0.64% | 0.39% | - |
| HSV(B) | 44.41º | 0.78% | 0.64% | - |
| XYZ | 23.41 | 23.88 | 5.04 | - |
| YUV | 129.15 | 75.43 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 130 | 36 | 0 | 0.20 | 0.78 | 0.36 | 44.41 | 0.64 | 0.39 |
| Hex | A3 | 82 | 24 | 0 | 14 | 4E | 24 | 2C | 40 | 27 |
| Octal | 243 | 202 | 44 | 0 | 24 | 116 | 44 | 54 | 100 | 47 |
| Binary | 10100011 | 10000010 | 100100 | 0 | 10100 | 1001110 | 100100 | 101100 | 1000000 | 100111 |
Color Harmonies of #A38224
Complementary color
Monochromatic Colors of #A38224
Black with #A38224
Text Example
Text Example
White with #A38224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38224; }
p { color: rgb(163,130,36); }
H1.HeaderClassName
{
color: #A38224;
}
.AnyTagClassName
{
color: #A38224;
}
</style>
background-color css
<style>
a { background-color: #A38224; }
a { background-color: rgb(163,130,36); }
div.DivClassName
{
background-color: #A38224;
}
.BgClassName
{
background-color: #A38224;
}
</style>
border-color css
<style>
span { border-color: #A38224; }
span { border-color: rgb(163,130,36); }
td.TdClassName
{
border-color: #A38224;
}
.TagClassName
{
border-color: #A38224;
}
</style>