Shades of Hacienda #A28A26
Tints of Hacienda #A28A26
RGB
CMYK
RGB Variations
Color information
#A28A26 (or 0xA28A26) is known color: Hacienda. HEX triplet: A2, 8A and 26. RGB value is (162,138,38). Sum of RGB (Red+Green+Blue) = 162+138+38=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 38 (15.23% from 255 or 11.24% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28A26 is #5D75D9. Grayscale: #868686. Windows color (decimal): -6125018 or 2525858. OLE color: 2525858.
HSL color Cylindrical-coordinate representation of color #A28A26: hue angle of 48.39º 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 #A28A26 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 138 | 38 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.36 |
| HSL | 48.39º | 0.62% | 0.39% | - |
| HSV(B) | 48.39º | 0.77% | 0.64% | - |
| XYZ | 24.34 | 26 | 5.57 | - |
| YUV | 133.78 | 73.95 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 138 | 38 | 0 | 0.15 | 0.77 | 0.36 | 48.39 | 0.62 | 0.39 |
| Hex | A2 | 8A | 26 | 0 | F | 4D | 24 | 30 | 3E | 27 |
| Octal | 242 | 212 | 46 | 0 | 17 | 115 | 44 | 60 | 76 | 47 |
| Binary | 10100010 | 10001010 | 100110 | 0 | 1111 | 1001101 | 100100 | 110000 | 111110 | 100111 |
Color Harmonies of #A28A26
Complementary color
Monochromatic Colors of #A28A26
Black with #A28A26
Text Example
Text Example
White with #A28A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28A26; }
p { color: rgb(162,138,38); }
H1.HeaderClassName
{
color: #A28A26;
}
.AnyTagClassName
{
color: #A28A26;
}
</style>
background-color css
<style>
a { background-color: #A28A26; }
a { background-color: rgb(162,138,38); }
div.DivClassName
{
background-color: #A28A26;
}
.BgClassName
{
background-color: #A28A26;
}
</style>
border-color css
<style>
span { border-color: #A28A26; }
span { border-color: rgb(162,138,38); }
td.TdClassName
{
border-color: #A28A26;
}
.TagClassName
{
border-color: #A28A26;
}
</style>