Shades of Hacienda #AD801E
Tints of Hacienda #AD801E
RGB
CMYK
RGB Variations
Color information
#AD801E (or 0xAD801E) is known color: Hacienda. HEX triplet: AD, 80 and 1E. RGB value is (173,128,30). Sum of RGB (Red+Green+Blue) = 173+128+30=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD801E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD801E is #527FE1. Grayscale: #828282. Windows color (decimal): -5406690 or 1999021. OLE color: 1999021.
HSL color Cylindrical-coordinate representation of color #AD801E: hue angle of 41.12º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD801E is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 128 | 30 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.32 |
| HSL | 41.12º | 0.7% | 0.4% | - |
| HSV(B) | 41.12º | 0.83% | 0.68% | - |
| XYZ | 25.19 | 24.42 | 4.61 | - |
| YUV | 130.28 | 71.41 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 30 | 0 | 0.26 | 0.83 | 0.32 | 41.12 | 0.7 | 0.4 |
| Hex | AD | 80 | 1E | 0 | 1A | 53 | 20 | 29 | 46 | 28 |
| Octal | 255 | 200 | 36 | 0 | 32 | 123 | 40 | 51 | 106 | 50 |
| Binary | 10101101 | 10000000 | 11110 | 0 | 11010 | 1010011 | 100000 | 101001 | 1000110 | 101000 |
Color Harmonies of #AD801E
Complementary color
Monochromatic Colors of #AD801E
Black with #AD801E
Text Example
Text Example
White with #AD801E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD801E; }
p { color: rgb(173,128,30); }
H1.HeaderClassName
{
color: #AD801E;
}
.AnyTagClassName
{
color: #AD801E;
}
</style>
background-color css
<style>
a { background-color: #AD801E; }
a { background-color: rgb(173,128,30); }
div.DivClassName
{
background-color: #AD801E;
}
.BgClassName
{
background-color: #AD801E;
}
</style>
border-color css
<style>
span { border-color: #AD801E; }
span { border-color: rgb(173,128,30); }
td.TdClassName
{
border-color: #AD801E;
}
.TagClassName
{
border-color: #AD801E;
}
</style>