Shades of Hacienda #A28A25
Tints of Hacienda #A28A25
RGB
CMYK
RGB Variations
Color information
#A28A25 (or 0xA28A25) is known color: Hacienda. HEX triplet: A2, 8A and 25. RGB value is (162,138,37). Sum of RGB (Red+Green+Blue) = 162+138+37=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 37 (14.84% from 255 or 10.98% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28A25 is #5D75DA. Grayscale: #868686. Windows color (decimal): -6125019 or 2460322. OLE color: 2460322.
HSL color Cylindrical-coordinate representation of color #A28A25: hue angle of 48.48º degrees, saturation: 0.63, 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 #A28A25 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 138 | 37 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.36 |
| HSL | 48.48º | 0.63% | 0.39% | - |
| HSV(B) | 48.48º | 0.77% | 0.64% | - |
| XYZ | 24.32 | 25.99 | 5.49 | - |
| YUV | 133.66 | 73.45 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 138 | 37 | 0 | 0.15 | 0.77 | 0.36 | 48.48 | 0.63 | 0.39 |
| Hex | A2 | 8A | 25 | 0 | F | 4D | 24 | 30 | 3F | 27 |
| Octal | 242 | 212 | 45 | 0 | 17 | 115 | 44 | 60 | 77 | 47 |
| Binary | 10100010 | 10001010 | 100101 | 0 | 1111 | 1001101 | 100100 | 110000 | 111111 | 100111 |
Color Harmonies of #A28A25
Complementary color
Monochromatic Colors of #A28A25
Black with #A28A25
Text Example
Text Example
White with #A28A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28A25; }
p { color: rgb(162,138,37); }
H1.HeaderClassName
{
color: #A28A25;
}
.AnyTagClassName
{
color: #A28A25;
}
</style>
background-color css
<style>
a { background-color: #A28A25; }
a { background-color: rgb(162,138,37); }
div.DivClassName
{
background-color: #A28A25;
}
.BgClassName
{
background-color: #A28A25;
}
</style>
border-color css
<style>
span { border-color: #A28A25; }
span { border-color: rgb(162,138,37); }
td.TdClassName
{
border-color: #A28A25;
}
.TagClassName
{
border-color: #A28A25;
}
</style>