Shades of Hacienda #A3881B
Tints of Hacienda #A3881B
RGB
CMYK
RGB Variations
Color information
#A3881B (or 0xA3881B) is known color: Hacienda. HEX triplet: A3, 88 and 1B. RGB value is (163,136,27). Sum of RGB (Red+Green+Blue) = 163+136+27=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A3881B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3881B is #5C77E4. Grayscale: #848484. Windows color (decimal): -6060005 or 1804451. OLE color: 1804451.
HSL color Cylindrical-coordinate representation of color #A3881B: hue angle of 48.09º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A3881B is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 136 | 27 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.36 |
| HSL | 48.09º | 0.72% | 0.37% | - |
| HSV(B) | 48.09º | 0.83% | 0.64% | - |
| XYZ | 24.11 | 25.47 | 4.68 | - |
| YUV | 131.65 | 68.95 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 136 | 27 | 0 | 0.17 | 0.83 | 0.36 | 48.09 | 0.72 | 0.37 |
| Hex | A3 | 88 | 1B | 0 | 11 | 53 | 24 | 30 | 48 | 25 |
| Octal | 243 | 210 | 33 | 0 | 21 | 123 | 44 | 60 | 110 | 45 |
| Binary | 10100011 | 10001000 | 11011 | 0 | 10001 | 1010011 | 100100 | 110000 | 1001000 | 100101 |
Color Harmonies of #A3881B
Complementary color
Monochromatic Colors of #A3881B
Black with #A3881B
Text Example
Text Example
White with #A3881B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3881B; }
p { color: rgb(163,136,27); }
H1.HeaderClassName
{
color: #A3881B;
}
.AnyTagClassName
{
color: #A3881B;
}
</style>
background-color css
<style>
a { background-color: #A3881B; }
a { background-color: rgb(163,136,27); }
div.DivClassName
{
background-color: #A3881B;
}
.BgClassName
{
background-color: #A3881B;
}
</style>
border-color css
<style>
span { border-color: #A3881B; }
span { border-color: rgb(163,136,27); }
td.TdClassName
{
border-color: #A3881B;
}
.TagClassName
{
border-color: #A3881B;
}
</style>