Shades of Hacienda #A18A1F
Tints of Hacienda #A18A1F
RGB
CMYK
RGB Variations
Color information
#A18A1F (or 0xA18A1F) is known color: Hacienda. HEX triplet: A1, 8A and 1F. RGB value is (161,138,31). Sum of RGB (Red+Green+Blue) = 161+138+31=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18A1F is #5E75E0. Grayscale: #858585. Windows color (decimal): -6190561 or 2067105. OLE color: 2067105.
HSL color Cylindrical-coordinate representation of color #A18A1F: hue angle of 49.38º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A18A1F is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 138 | 31 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.37 |
| HSL | 49.38º | 0.68% | 0.38% | - |
| HSV(B) | 49.38º | 0.81% | 0.63% | - |
| XYZ | 24.03 | 25.85 | 5.02 | - |
| YUV | 132.68 | 70.62 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 138 | 31 | 0 | 0.14 | 0.81 | 0.37 | 49.38 | 0.68 | 0.38 |
| Hex | A1 | 8A | 1F | 0 | E | 51 | 25 | 31 | 44 | 26 |
| Octal | 241 | 212 | 37 | 0 | 16 | 121 | 45 | 61 | 104 | 46 |
| Binary | 10100001 | 10001010 | 11111 | 0 | 1110 | 1010001 | 100101 | 110001 | 1000100 | 100110 |
Color Harmonies of #A18A1F
Complementary color
Monochromatic Colors of #A18A1F
Black with #A18A1F
Text Example
Text Example
White with #A18A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18A1F; }
p { color: rgb(161,138,31); }
H1.HeaderClassName
{
color: #A18A1F;
}
.AnyTagClassName
{
color: #A18A1F;
}
</style>
background-color css
<style>
a { background-color: #A18A1F; }
a { background-color: rgb(161,138,31); }
div.DivClassName
{
background-color: #A18A1F;
}
.BgClassName
{
background-color: #A18A1F;
}
</style>
border-color css
<style>
span { border-color: #A18A1F; }
span { border-color: rgb(161,138,31); }
td.TdClassName
{
border-color: #A18A1F;
}
.TagClassName
{
border-color: #A18A1F;
}
</style>