Shades of Hacienda #A4802D
Tints of Hacienda #A4802D
RGB
CMYK
RGB Variations
Color information
#A4802D (or 0xA4802D) is known color: Hacienda. HEX triplet: A4, 80 and 2D. RGB value is (164,128,45). Sum of RGB (Red+Green+Blue) = 164+128+45=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A4802D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4802D is #5B7FD2. Grayscale: #818181. Windows color (decimal): -5996499 or 2982052. OLE color: 2982052.
HSL color Cylindrical-coordinate representation of color #A4802D: hue angle of 41.85º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A4802D is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 128 | 45 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.36 |
| HSL | 41.85º | 0.57% | 0.41% | - |
| HSV(B) | 41.85º | 0.73% | 0.64% | - |
| XYZ | 23.5 | 23.52 | 5.78 | - |
| YUV | 129.3 | 80.43 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 128 | 45 | 0 | 0.22 | 0.73 | 0.36 | 41.85 | 0.57 | 0.41 |
| Hex | A4 | 80 | 2D | 0 | 16 | 49 | 24 | 2A | 39 | 29 |
| Octal | 244 | 200 | 55 | 0 | 26 | 111 | 44 | 52 | 71 | 51 |
| Binary | 10100100 | 10000000 | 101101 | 0 | 10110 | 1001001 | 100100 | 101010 | 111001 | 101001 |
Color Harmonies of #A4802D
Complementary color
Monochromatic Colors of #A4802D
Black with #A4802D
Text Example
Text Example
White with #A4802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4802D; }
p { color: rgb(164,128,45); }
H1.HeaderClassName
{
color: #A4802D;
}
.AnyTagClassName
{
color: #A4802D;
}
</style>
background-color css
<style>
a { background-color: #A4802D; }
a { background-color: rgb(164,128,45); }
div.DivClassName
{
background-color: #A4802D;
}
.BgClassName
{
background-color: #A4802D;
}
</style>
border-color css
<style>
span { border-color: #A4802D; }
span { border-color: rgb(164,128,45); }
td.TdClassName
{
border-color: #A4802D;
}
.TagClassName
{
border-color: #A4802D;
}
</style>