Shades of Hacienda #AD8A1F
Tints of Hacienda #AD8A1F
RGB
CMYK
RGB Variations
Color information
#AD8A1F (or 0xAD8A1F) is known color: Hacienda. HEX triplet: AD, 8A and 1F. RGB value is (173,138,31). Sum of RGB (Red+Green+Blue) = 173+138+31=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8A1F is #5275E0. Grayscale: #888888. Windows color (decimal): -5404129 or 2067117. OLE color: 2067117.
HSL color Cylindrical-coordinate representation of color #AD8A1F: hue angle of 45.21º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD8A1F is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 138 | 31 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.32 |
| HSL | 45.21º | 0.7% | 0.4% | - |
| HSV(B) | 45.21º | 0.82% | 0.68% | - |
| XYZ | 26.57 | 27.16 | 5.14 | - |
| YUV | 136.27 | 68.6 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 138 | 31 | 0 | 0.20 | 0.82 | 0.32 | 45.21 | 0.7 | 0.4 |
| Hex | AD | 8A | 1F | 0 | 14 | 52 | 20 | 2D | 46 | 28 |
| Octal | 255 | 212 | 37 | 0 | 24 | 122 | 40 | 55 | 106 | 50 |
| Binary | 10101101 | 10001010 | 11111 | 0 | 10100 | 1010010 | 100000 | 101101 | 1000110 | 101000 |
Color Harmonies of #AD8A1F
Complementary color
Monochromatic Colors of #AD8A1F
Black with #AD8A1F
Text Example
Text Example
White with #AD8A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8A1F; }
p { color: rgb(173,138,31); }
H1.HeaderClassName
{
color: #AD8A1F;
}
.AnyTagClassName
{
color: #AD8A1F;
}
</style>
background-color css
<style>
a { background-color: #AD8A1F; }
a { background-color: rgb(173,138,31); }
div.DivClassName
{
background-color: #AD8A1F;
}
.BgClassName
{
background-color: #AD8A1F;
}
</style>
border-color css
<style>
span { border-color: #AD8A1F; }
span { border-color: rgb(173,138,31); }
td.TdClassName
{
border-color: #AD8A1F;
}
.TagClassName
{
border-color: #AD8A1F;
}
</style>