Shades of Hacienda #A5881A
Tints of Hacienda #A5881A
RGB
CMYK
RGB Variations
Color information
#A5881A (or 0xA5881A) is known color: Hacienda. HEX triplet: A5, 88 and 1A. RGB value is (165,136,26). Sum of RGB (Red+Green+Blue) = 165+136+26=327 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.46% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 26 (10.55% from 255 or 7.95% from 327); Max value from RGB is 165 - color contains mainly: red. Hex color #A5881A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5881A is #5A77E5. Grayscale: #848484. Windows color (decimal): -5928934 or 1738917. OLE color: 1738917.
HSL color Cylindrical-coordinate representation of color #A5881A: hue angle of 47.48º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A5881A is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 136 | 26 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.35 |
| HSL | 47.48º | 0.73% | 0.37% | - |
| HSV(B) | 47.48º | 0.84% | 0.65% | - |
| XYZ | 24.51 | 25.68 | 4.64 | - |
| YUV | 132.13 | 68.11 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 136 | 26 | 0 | 0.18 | 0.84 | 0.35 | 47.48 | 0.73 | 0.37 |
| Hex | A5 | 88 | 1A | 0 | 12 | 54 | 23 | 2F | 49 | 25 |
| Octal | 245 | 210 | 32 | 0 | 22 | 124 | 43 | 57 | 111 | 45 |
| Binary | 10100101 | 10001000 | 11010 | 0 | 10010 | 1010100 | 100011 | 101111 | 1001001 | 100101 |
Color Harmonies of #A5881A
Complementary color
Monochromatic Colors of #A5881A
Black with #A5881A
Text Example
Text Example
White with #A5881A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5881A; }
p { color: rgb(165,136,26); }
H1.HeaderClassName
{
color: #A5881A;
}
.AnyTagClassName
{
color: #A5881A;
}
</style>
background-color css
<style>
a { background-color: #A5881A; }
a { background-color: rgb(165,136,26); }
div.DivClassName
{
background-color: #A5881A;
}
.BgClassName
{
background-color: #A5881A;
}
</style>
border-color css
<style>
span { border-color: #A5881A; }
span { border-color: rgb(165,136,26); }
td.TdClassName
{
border-color: #A5881A;
}
.TagClassName
{
border-color: #A5881A;
}
</style>