Shades of Hacienda #A8891B
Tints of Hacienda #A8891B
RGB
CMYK
RGB Variations
Color information
#A8891B (or 0xA8891B) is known color: Hacienda. HEX triplet: A8, 89 and 1B. RGB value is (168,137,27). Sum of RGB (Red+Green+Blue) = 168+137+27=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A8891B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8891B is #5776E4. Grayscale: #868686. Windows color (decimal): -5732069 or 1804712. OLE color: 1804712.
HSL color Cylindrical-coordinate representation of color #A8891B: hue angle of 46.81º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8891B is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 137 | 27 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.34 |
| HSL | 46.81º | 0.72% | 0.38% | - |
| HSV(B) | 46.81º | 0.84% | 0.66% | - |
| XYZ | 25.29 | 26.3 | 4.78 | - |
| YUV | 133.73 | 67.77 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 137 | 27 | 0 | 0.18 | 0.84 | 0.34 | 46.81 | 0.72 | 0.38 |
| Hex | A8 | 89 | 1B | 0 | 12 | 54 | 22 | 2F | 48 | 26 |
| Octal | 250 | 211 | 33 | 0 | 22 | 124 | 42 | 57 | 110 | 46 |
| Binary | 10101000 | 10001001 | 11011 | 0 | 10010 | 1010100 | 100010 | 101111 | 1001000 | 100110 |
Color Harmonies of #A8891B
Complementary color
Monochromatic Colors of #A8891B
Black with #A8891B
Text Example
Text Example
White with #A8891B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8891B; }
p { color: rgb(168,137,27); }
H1.HeaderClassName
{
color: #A8891B;
}
.AnyTagClassName
{
color: #A8891B;
}
</style>
background-color css
<style>
a { background-color: #A8891B; }
a { background-color: rgb(168,137,27); }
div.DivClassName
{
background-color: #A8891B;
}
.BgClassName
{
background-color: #A8891B;
}
</style>
border-color css
<style>
span { border-color: #A8891B; }
span { border-color: rgb(168,137,27); }
td.TdClassName
{
border-color: #A8891B;
}
.TagClassName
{
border-color: #A8891B;
}
</style>