Shades of Hacienda #A28A1E
Tints of Hacienda #A28A1E
RGB
CMYK
RGB Variations
Color information
#A28A1E (or 0xA28A1E) is known color: Hacienda. HEX triplet: A2, 8A and 1E. RGB value is (162,138,30). Sum of RGB (Red+Green+Blue) = 162+138+30=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28A1E is #5D75E1. Grayscale: #858585. Windows color (decimal): -6125026 or 2001570. OLE color: 2001570.
HSL color Cylindrical-coordinate representation of color #A28A1E: hue angle of 49.09º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A28A1E is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 138 | 30 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.36 |
| HSL | 49.09º | 0.69% | 0.38% | - |
| HSV(B) | 49.09º | 0.81% | 0.64% | - |
| XYZ | 24.22 | 25.95 | 4.96 | - |
| YUV | 132.86 | 69.95 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 138 | 30 | 0 | 0.15 | 0.81 | 0.36 | 49.09 | 0.69 | 0.38 |
| Hex | A2 | 8A | 1E | 0 | F | 51 | 24 | 31 | 45 | 26 |
| Octal | 242 | 212 | 36 | 0 | 17 | 121 | 44 | 61 | 105 | 46 |
| Binary | 10100010 | 10001010 | 11110 | 0 | 1111 | 1010001 | 100100 | 110001 | 1000101 | 100110 |
Color Harmonies of #A28A1E
Complementary color
Monochromatic Colors of #A28A1E
Black with #A28A1E
Text Example
Text Example
White with #A28A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28A1E; }
p { color: rgb(162,138,30); }
H1.HeaderClassName
{
color: #A28A1E;
}
.AnyTagClassName
{
color: #A28A1E;
}
</style>
background-color css
<style>
a { background-color: #A28A1E; }
a { background-color: rgb(162,138,30); }
div.DivClassName
{
background-color: #A28A1E;
}
.BgClassName
{
background-color: #A28A1E;
}
</style>
border-color css
<style>
span { border-color: #A28A1E; }
span { border-color: rgb(162,138,30); }
td.TdClassName
{
border-color: #A28A1E;
}
.TagClassName
{
border-color: #A28A1E;
}
</style>