Shades of Hacienda #A28D1D
Tints of Hacienda #A28D1D
RGB
CMYK
RGB Variations
Color information
#A28D1D (or 0xA28D1D) is known color: Hacienda. HEX triplet: A2, 8D and 1D. RGB value is (162,141,29). Sum of RGB (Red+Green+Blue) = 162+141+29=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 29 (11.72% from 255 or 8.73% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28D1D is #5D72E2. Grayscale: #868686. Windows color (decimal): -6124259 or 1936802. OLE color: 1936802.
HSL color Cylindrical-coordinate representation of color #A28D1D: hue angle of 50.53º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A28D1D is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 141 | 29 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.36 |
| HSL | 50.53º | 0.7% | 0.37% | - |
| HSV(B) | 50.53º | 0.82% | 0.64% | - |
| XYZ | 24.65 | 26.82 | 5.04 | - |
| YUV | 134.51 | 68.46 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 29 | 0 | 0.13 | 0.82 | 0.36 | 50.53 | 0.7 | 0.37 |
| Hex | A2 | 8D | 1D | 0 | D | 52 | 24 | 33 | 46 | 25 |
| Octal | 242 | 215 | 35 | 0 | 15 | 122 | 44 | 63 | 106 | 45 |
| Binary | 10100010 | 10001101 | 11101 | 0 | 1101 | 1010010 | 100100 | 110011 | 1000110 | 100101 |
Color Harmonies of #A28D1D
Complementary color
Monochromatic Colors of #A28D1D
Black with #A28D1D
Text Example
Text Example
White with #A28D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28D1D; }
p { color: rgb(162,141,29); }
H1.HeaderClassName
{
color: #A28D1D;
}
.AnyTagClassName
{
color: #A28D1D;
}
</style>
background-color css
<style>
a { background-color: #A28D1D; }
a { background-color: rgb(162,141,29); }
div.DivClassName
{
background-color: #A28D1D;
}
.BgClassName
{
background-color: #A28D1D;
}
</style>
border-color css
<style>
span { border-color: #A28D1D; }
span { border-color: rgb(162,141,29); }
td.TdClassName
{
border-color: #A28D1D;
}
.TagClassName
{
border-color: #A28D1D;
}
</style>