Shades of Hacienda #A28426
Tints of Hacienda #A28426
RGB
CMYK
RGB Variations
Color information
#A28426 (or 0xA28426) is known color: Hacienda. HEX triplet: A2, 84 and 26. RGB value is (162,132,38). Sum of RGB (Red+Green+Blue) = 162+132+38=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 38 (15.23% from 255 or 11.45% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A28426 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28426 is #5D7BD9. Grayscale: #828282. Windows color (decimal): -6126554 or 2524322. OLE color: 2524322.
HSL color Cylindrical-coordinate representation of color #A28426: hue angle of 45.48º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A28426 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 132 | 38 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.36 |
| HSL | 45.48º | 0.62% | 0.39% | - |
| HSV(B) | 45.48º | 0.77% | 0.64% | - |
| XYZ | 23.5 | 24.32 | 5.29 | - |
| YUV | 130.25 | 75.94 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 132 | 38 | 0 | 0.19 | 0.77 | 0.36 | 45.48 | 0.62 | 0.39 |
| Hex | A2 | 84 | 26 | 0 | 13 | 4D | 24 | 2D | 3E | 27 |
| Octal | 242 | 204 | 46 | 0 | 23 | 115 | 44 | 55 | 76 | 47 |
| Binary | 10100010 | 10000100 | 100110 | 0 | 10011 | 1001101 | 100100 | 101101 | 111110 | 100111 |
Color Harmonies of #A28426
Complementary color
Monochromatic Colors of #A28426
Black with #A28426
Text Example
Text Example
White with #A28426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28426; }
p { color: rgb(162,132,38); }
H1.HeaderClassName
{
color: #A28426;
}
.AnyTagClassName
{
color: #A28426;
}
</style>
background-color css
<style>
a { background-color: #A28426; }
a { background-color: rgb(162,132,38); }
div.DivClassName
{
background-color: #A28426;
}
.BgClassName
{
background-color: #A28426;
}
</style>
border-color css
<style>
span { border-color: #A28426; }
span { border-color: rgb(162,132,38); }
td.TdClassName
{
border-color: #A28426;
}
.TagClassName
{
border-color: #A28426;
}
</style>