Shades of Hacienda #A8821F
Tints of Hacienda #A8821F
RGB
CMYK
RGB Variations
Color information
#A8821F (or 0xA8821F) is known color: Hacienda. HEX triplet: A8, 82 and 1F. RGB value is (168,130,31). Sum of RGB (Red+Green+Blue) = 168+130+31=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 31 (12.5% from 255 or 9.42% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A8821F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8821F is #577DE0. Grayscale: #828282. Windows color (decimal): -5733857 or 2065064. OLE color: 2065064.
HSL color Cylindrical-coordinate representation of color #A8821F: hue angle of 43.36º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8821F is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 130 | 31 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.34 |
| HSL | 43.36º | 0.69% | 0.39% | - |
| HSV(B) | 43.36º | 0.82% | 0.66% | - |
| XYZ | 24.38 | 24.39 | 4.72 | - |
| YUV | 130.08 | 72.09 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 130 | 31 | 0 | 0.23 | 0.82 | 0.34 | 43.36 | 0.69 | 0.39 |
| Hex | A8 | 82 | 1F | 0 | 17 | 52 | 22 | 2B | 45 | 27 |
| Octal | 250 | 202 | 37 | 0 | 27 | 122 | 42 | 53 | 105 | 47 |
| Binary | 10101000 | 10000010 | 11111 | 0 | 10111 | 1010010 | 100010 | 101011 | 1000101 | 100111 |
Color Harmonies of #A8821F
Complementary color
Monochromatic Colors of #A8821F
Black with #A8821F
Text Example
Text Example
White with #A8821F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8821F; }
p { color: rgb(168,130,31); }
H1.HeaderClassName
{
color: #A8821F;
}
.AnyTagClassName
{
color: #A8821F;
}
</style>
background-color css
<style>
a { background-color: #A8821F; }
a { background-color: rgb(168,130,31); }
div.DivClassName
{
background-color: #A8821F;
}
.BgClassName
{
background-color: #A8821F;
}
</style>
border-color css
<style>
span { border-color: #A8821F; }
span { border-color: rgb(168,130,31); }
td.TdClassName
{
border-color: #A8821F;
}
.TagClassName
{
border-color: #A8821F;
}
</style>