Shades of Hacienda #AD821D
Tints of Hacienda #AD821D
RGB
CMYK
RGB Variations
Color information
#AD821D (or 0xAD821D) is known color: Hacienda. HEX triplet: AD, 82 and 1D. RGB value is (173,130,29). Sum of RGB (Red+Green+Blue) = 173+130+29=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 29 (11.72% from 255 or 8.73% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD821D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD821D is #527DE2. Grayscale: #838383. Windows color (decimal): -5406179 or 1933997. OLE color: 1933997.
HSL color Cylindrical-coordinate representation of color #AD821D: hue angle of 42.08º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD821D is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 130 | 29 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.32 |
| HSL | 42.08º | 0.71% | 0.4% | - |
| HSV(B) | 42.08º | 0.83% | 0.68% | - |
| XYZ | 25.44 | 24.94 | 4.64 | - |
| YUV | 131.34 | 70.25 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 130 | 29 | 0 | 0.25 | 0.83 | 0.32 | 42.08 | 0.71 | 0.4 |
| Hex | AD | 82 | 1D | 0 | 19 | 53 | 20 | 2A | 47 | 28 |
| Octal | 255 | 202 | 35 | 0 | 31 | 123 | 40 | 52 | 107 | 50 |
| Binary | 10101101 | 10000010 | 11101 | 0 | 11001 | 1010011 | 100000 | 101010 | 1000111 | 101000 |
Color Harmonies of #AD821D
Complementary color
Monochromatic Colors of #AD821D
Black with #AD821D
Text Example
Text Example
White with #AD821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD821D; }
p { color: rgb(173,130,29); }
H1.HeaderClassName
{
color: #AD821D;
}
.AnyTagClassName
{
color: #AD821D;
}
</style>
background-color css
<style>
a { background-color: #AD821D; }
a { background-color: rgb(173,130,29); }
div.DivClassName
{
background-color: #AD821D;
}
.BgClassName
{
background-color: #AD821D;
}
</style>
border-color css
<style>
span { border-color: #AD821D; }
span { border-color: rgb(173,130,29); }
td.TdClassName
{
border-color: #AD821D;
}
.TagClassName
{
border-color: #AD821D;
}
</style>