Shades of Hacienda #AD841C
Tints of Hacienda #AD841C
RGB
CMYK
RGB Variations
Color information
#AD841C (or 0xAD841C) is known color: Hacienda. HEX triplet: AD, 84 and 1C. RGB value is (173,132,28). Sum of RGB (Red+Green+Blue) = 173+132+28=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 28 (11.33% from 255 or 8.41% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD841C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD841C is #527BE3. Grayscale: #848484. Windows color (decimal): -5405668 or 1868973. OLE color: 1868973.
HSL color Cylindrical-coordinate representation of color #AD841C: hue angle of 43.03º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD841C is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 132 | 28 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.32 |
| HSL | 43.03º | 0.72% | 0.39% | - |
| HSV(B) | 43.03º | 0.84% | 0.68% | - |
| XYZ | 25.69 | 25.47 | 4.66 | - |
| YUV | 132.4 | 69.08 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 28 | 0 | 0.24 | 0.84 | 0.32 | 43.03 | 0.72 | 0.39 |
| Hex | AD | 84 | 1C | 0 | 18 | 54 | 20 | 2B | 48 | 27 |
| Octal | 255 | 204 | 34 | 0 | 30 | 124 | 40 | 53 | 110 | 47 |
| Binary | 10101101 | 10000100 | 11100 | 0 | 11000 | 1010100 | 100000 | 101011 | 1001000 | 100111 |
Color Harmonies of #AD841C
Complementary color
Monochromatic Colors of #AD841C
Black with #AD841C
Text Example
Text Example
White with #AD841C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD841C; }
p { color: rgb(173,132,28); }
H1.HeaderClassName
{
color: #AD841C;
}
.AnyTagClassName
{
color: #AD841C;
}
</style>
background-color css
<style>
a { background-color: #AD841C; }
a { background-color: rgb(173,132,28); }
div.DivClassName
{
background-color: #AD841C;
}
.BgClassName
{
background-color: #AD841C;
}
</style>
border-color css
<style>
span { border-color: #AD841C; }
span { border-color: rgb(173,132,28); }
td.TdClassName
{
border-color: #AD841C;
}
.TagClassName
{
border-color: #AD841C;
}
</style>