Shades of Hacienda #AD8622
Tints of Hacienda #AD8622
RGB
CMYK
RGB Variations
Color information
#AD8622 (or 0xAD8622) is known color: Hacienda. HEX triplet: AD, 86 and 22. RGB value is (173,134,34). Sum of RGB (Red+Green+Blue) = 173+134+34=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 34 (13.67% from 255 or 9.97% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8622 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8622 is #5279DD. Grayscale: #868686. Windows color (decimal): -5405150 or 2262701. OLE color: 2262701.
HSL color Cylindrical-coordinate representation of color #AD8622: hue angle of 43.17º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD8622 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 34 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.32 |
| HSL | 43.17º | 0.67% | 0.41% | - |
| HSV(B) | 43.17º | 0.8% | 0.68% | - |
| XYZ | 26.05 | 26.05 | 5.17 | - |
| YUV | 134.26 | 71.42 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 34 | 0 | 0.23 | 0.80 | 0.32 | 43.17 | 0.67 | 0.41 |
| Hex | AD | 86 | 22 | 0 | 17 | 50 | 20 | 2B | 43 | 29 |
| Octal | 255 | 206 | 42 | 0 | 27 | 120 | 40 | 53 | 103 | 51 |
| Binary | 10101101 | 10000110 | 100010 | 0 | 10111 | 1010000 | 100000 | 101011 | 1000011 | 101001 |
Color Harmonies of #AD8622
Complementary color
Monochromatic Colors of #AD8622
Black with #AD8622
Text Example
Text Example
White with #AD8622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8622; }
p { color: rgb(173,134,34); }
H1.HeaderClassName
{
color: #AD8622;
}
.AnyTagClassName
{
color: #AD8622;
}
</style>
background-color css
<style>
a { background-color: #AD8622; }
a { background-color: rgb(173,134,34); }
div.DivClassName
{
background-color: #AD8622;
}
.BgClassName
{
background-color: #AD8622;
}
</style>
border-color css
<style>
span { border-color: #AD8622; }
span { border-color: rgb(173,134,34); }
td.TdClassName
{
border-color: #AD8622;
}
.TagClassName
{
border-color: #AD8622;
}
</style>