Shades of Hacienda #AD8A1C
Tints of Hacienda #AD8A1C
RGB
CMYK
RGB Variations
Color information
#AD8A1C (or 0xAD8A1C) is known color: Hacienda. HEX triplet: AD, 8A and 1C. RGB value is (173,138,28). Sum of RGB (Red+Green+Blue) = 173+138+28=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8A1C is #5275E3. Grayscale: #888888. Windows color (decimal): -5404132 or 1870509. OLE color: 1870509.
HSL color Cylindrical-coordinate representation of color #AD8A1C: hue angle of 45.52º 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 #AD8A1C is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 138 | 28 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.32 |
| HSL | 45.52º | 0.72% | 0.39% | - |
| HSV(B) | 45.52º | 0.84% | 0.68% | - |
| XYZ | 26.53 | 27.15 | 4.94 | - |
| YUV | 135.93 | 67.1 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 138 | 28 | 0 | 0.20 | 0.84 | 0.32 | 45.52 | 0.72 | 0.39 |
| Hex | AD | 8A | 1C | 0 | 14 | 54 | 20 | 2E | 48 | 27 |
| Octal | 255 | 212 | 34 | 0 | 24 | 124 | 40 | 56 | 110 | 47 |
| Binary | 10101101 | 10001010 | 11100 | 0 | 10100 | 1010100 | 100000 | 101110 | 1001000 | 100111 |
Color Harmonies of #AD8A1C
Complementary color
Monochromatic Colors of #AD8A1C
Black with #AD8A1C
Text Example
Text Example
White with #AD8A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8A1C; }
p { color: rgb(173,138,28); }
H1.HeaderClassName
{
color: #AD8A1C;
}
.AnyTagClassName
{
color: #AD8A1C;
}
</style>
background-color css
<style>
a { background-color: #AD8A1C; }
a { background-color: rgb(173,138,28); }
div.DivClassName
{
background-color: #AD8A1C;
}
.BgClassName
{
background-color: #AD8A1C;
}
</style>
border-color css
<style>
span { border-color: #AD8A1C; }
span { border-color: rgb(173,138,28); }
td.TdClassName
{
border-color: #AD8A1C;
}
.TagClassName
{
border-color: #AD8A1C;
}
</style>