Shades of Hacienda #A88227
Tints of Hacienda #A88227
RGB
CMYK
RGB Variations
Color information
#A88227 (or 0xA88227) is known color: Hacienda. HEX triplet: A8, 82 and 27. RGB value is (168,130,39). Sum of RGB (Red+Green+Blue) = 168+130+39=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 39 (15.62% from 255 or 11.57% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A88227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88227 is #577DD8. Grayscale: #838383. Windows color (decimal): -5733849 or 2589352. OLE color: 2589352.
HSL color Cylindrical-coordinate representation of color #A88227: hue angle of 42.33º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A88227 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 130 | 39 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.34 |
| HSL | 42.33º | 0.62% | 0.41% | - |
| HSV(B) | 42.33º | 0.77% | 0.66% | - |
| XYZ | 24.5 | 24.44 | 5.35 | - |
| YUV | 130.99 | 76.09 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 130 | 39 | 0 | 0.23 | 0.77 | 0.34 | 42.33 | 0.62 | 0.41 |
| Hex | A8 | 82 | 27 | 0 | 17 | 4D | 22 | 2A | 3E | 29 |
| Octal | 250 | 202 | 47 | 0 | 27 | 115 | 42 | 52 | 76 | 51 |
| Binary | 10101000 | 10000010 | 100111 | 0 | 10111 | 1001101 | 100010 | 101010 | 111110 | 101001 |
Color Harmonies of #A88227
Complementary color
Monochromatic Colors of #A88227
Black with #A88227
Text Example
Text Example
White with #A88227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88227; }
p { color: rgb(168,130,39); }
H1.HeaderClassName
{
color: #A88227;
}
.AnyTagClassName
{
color: #A88227;
}
</style>
background-color css
<style>
a { background-color: #A88227; }
a { background-color: rgb(168,130,39); }
div.DivClassName
{
background-color: #A88227;
}
.BgClassName
{
background-color: #A88227;
}
</style>
border-color css
<style>
span { border-color: #A88227; }
span { border-color: rgb(168,130,39); }
td.TdClassName
{
border-color: #A88227;
}
.TagClassName
{
border-color: #A88227;
}
</style>