Shades of Hacienda #AD8426
Tints of Hacienda #AD8426
RGB
CMYK
RGB Variations
Color information
#AD8426 (or 0xAD8426) is known color: Hacienda. HEX triplet: AD, 84 and 26. RGB value is (173,132,38). Sum of RGB (Red+Green+Blue) = 173+132+38=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 38 (15.23% from 255 or 11.08% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8426 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8426 is #527BD9. Grayscale: #858585. Windows color (decimal): -5405658 or 2524333. OLE color: 2524333.
HSL color Cylindrical-coordinate representation of color #AD8426: hue angle of 41.78º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD8426 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 132 | 38 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.32 |
| HSL | 41.78º | 0.64% | 0.41% | - |
| HSV(B) | 41.78º | 0.78% | 0.68% | - |
| XYZ | 25.83 | 25.53 | 5.4 | - |
| YUV | 133.54 | 74.08 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 38 | 0 | 0.24 | 0.78 | 0.32 | 41.78 | 0.64 | 0.41 |
| Hex | AD | 84 | 26 | 0 | 18 | 4E | 20 | 2A | 40 | 29 |
| Octal | 255 | 204 | 46 | 0 | 30 | 116 | 40 | 52 | 100 | 51 |
| Binary | 10101101 | 10000100 | 100110 | 0 | 11000 | 1001110 | 100000 | 101010 | 1000000 | 101001 |
Color Harmonies of #AD8426
Complementary color
Monochromatic Colors of #AD8426
Black with #AD8426
Text Example
Text Example
White with #AD8426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8426; }
p { color: rgb(173,132,38); }
H1.HeaderClassName
{
color: #AD8426;
}
.AnyTagClassName
{
color: #AD8426;
}
</style>
background-color css
<style>
a { background-color: #AD8426; }
a { background-color: rgb(173,132,38); }
div.DivClassName
{
background-color: #AD8426;
}
.BgClassName
{
background-color: #AD8426;
}
</style>
border-color css
<style>
span { border-color: #AD8426; }
span { border-color: rgb(173,132,38); }
td.TdClassName
{
border-color: #AD8426;
}
.TagClassName
{
border-color: #AD8426;
}
</style>