Shades of Hacienda #A38824
Tints of Hacienda #A38824
RGB
CMYK
RGB Variations
Color information
#A38824 (or 0xA38824) is known color: Hacienda. HEX triplet: A3, 88 and 24. RGB value is (163,136,36). Sum of RGB (Red+Green+Blue) = 163+136+36=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 36 (14.45% from 255 or 10.75% from 335); Max value from RGB is 163 - color contains mainly: red. Hex color #A38824 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38824 is #5C77DB. Grayscale: #858585. Windows color (decimal): -6059996 or 2394275. OLE color: 2394275.
HSL color Cylindrical-coordinate representation of color #A38824: hue angle of 47.24º 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 #A38824 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 136 | 36 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.36 |
| HSL | 47.24º | 0.64% | 0.39% | - |
| HSV(B) | 47.24º | 0.78% | 0.64% | - |
| XYZ | 24.23 | 25.52 | 5.32 | - |
| YUV | 132.67 | 73.45 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 136 | 36 | 0 | 0.17 | 0.78 | 0.36 | 47.24 | 0.64 | 0.39 |
| Hex | A3 | 88 | 24 | 0 | 11 | 4E | 24 | 2F | 40 | 27 |
| Octal | 243 | 210 | 44 | 0 | 21 | 116 | 44 | 57 | 100 | 47 |
| Binary | 10100011 | 10001000 | 100100 | 0 | 10001 | 1001110 | 100100 | 101111 | 1000000 | 100111 |
Color Harmonies of #A38824
Complementary color
Monochromatic Colors of #A38824
Black with #A38824
Text Example
Text Example
White with #A38824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38824; }
p { color: rgb(163,136,36); }
H1.HeaderClassName
{
color: #A38824;
}
.AnyTagClassName
{
color: #A38824;
}
</style>
background-color css
<style>
a { background-color: #A38824; }
a { background-color: rgb(163,136,36); }
div.DivClassName
{
background-color: #A38824;
}
.BgClassName
{
background-color: #A38824;
}
</style>
border-color css
<style>
span { border-color: #A38824; }
span { border-color: rgb(163,136,36); }
td.TdClassName
{
border-color: #A38824;
}
.TagClassName
{
border-color: #A38824;
}
</style>