Shades of Hacienda #AD801B
Tints of Hacienda #AD801B
RGB
CMYK
RGB Variations
Color information
#AD801B (or 0xAD801B) is known color: Hacienda. HEX triplet: AD, 80 and 1B. RGB value is (173,128,27). Sum of RGB (Red+Green+Blue) = 173+128+27=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD801B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD801B is #527FE4. Grayscale: #828282. Windows color (decimal): -5406693 or 1802413. OLE color: 1802413.
HSL color Cylindrical-coordinate representation of color #AD801B: hue angle of 41.51º degrees, saturation: 0.73, 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 #AD801B is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 128 | 27 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.32 |
| HSL | 41.51º | 0.73% | 0.39% | - |
| HSV(B) | 41.51º | 0.84% | 0.68% | - |
| XYZ | 25.15 | 24.4 | 4.42 | - |
| YUV | 129.94 | 69.91 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 27 | 0 | 0.26 | 0.84 | 0.32 | 41.51 | 0.73 | 0.39 |
| Hex | AD | 80 | 1B | 0 | 1A | 54 | 20 | 2A | 49 | 27 |
| Octal | 255 | 200 | 33 | 0 | 32 | 124 | 40 | 52 | 111 | 47 |
| Binary | 10101101 | 10000000 | 11011 | 0 | 11010 | 1010100 | 100000 | 101010 | 1001001 | 100111 |
Color Harmonies of #AD801B
Complementary color
Monochromatic Colors of #AD801B
Black with #AD801B
Text Example
Text Example
White with #AD801B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD801B; }
p { color: rgb(173,128,27); }
H1.HeaderClassName
{
color: #AD801B;
}
.AnyTagClassName
{
color: #AD801B;
}
</style>
background-color css
<style>
a { background-color: #AD801B; }
a { background-color: rgb(173,128,27); }
div.DivClassName
{
background-color: #AD801B;
}
.BgClassName
{
background-color: #AD801B;
}
</style>
border-color css
<style>
span { border-color: #AD801B; }
span { border-color: rgb(173,128,27); }
td.TdClassName
{
border-color: #AD801B;
}
.TagClassName
{
border-color: #AD801B;
}
</style>