Shades of Hacienda #A28C1A
Tints of Hacienda #A28C1A
RGB
CMYK
RGB Variations
Color information
#A28C1A (or 0xA28C1A) is known color: Hacienda. HEX triplet: A2, 8C and 1A. RGB value is (162,140,26). Sum of RGB (Red+Green+Blue) = 162+140+26=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 26 (10.55% from 255 or 7.93% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28C1A is #5D73E5. Grayscale: #868686. Windows color (decimal): -6124518 or 1739938. OLE color: 1739938.
HSL color Cylindrical-coordinate representation of color #A28C1A: hue angle of 50.29º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A28C1A is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 140 | 26 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.36 |
| HSL | 50.29º | 0.72% | 0.37% | - |
| HSV(B) | 50.29º | 0.84% | 0.64% | - |
| XYZ | 24.46 | 26.51 | 4.81 | - |
| YUV | 133.58 | 67.29 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 26 | 0 | 0.14 | 0.84 | 0.36 | 50.29 | 0.72 | 0.37 |
| Hex | A2 | 8C | 1A | 0 | E | 54 | 24 | 32 | 48 | 25 |
| Octal | 242 | 214 | 32 | 0 | 16 | 124 | 44 | 62 | 110 | 45 |
| Binary | 10100010 | 10001100 | 11010 | 0 | 1110 | 1010100 | 100100 | 110010 | 1001000 | 100101 |
Color Harmonies of #A28C1A
Complementary color
Monochromatic Colors of #A28C1A
Black with #A28C1A
Text Example
Text Example
White with #A28C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28C1A; }
p { color: rgb(162,140,26); }
H1.HeaderClassName
{
color: #A28C1A;
}
.AnyTagClassName
{
color: #A28C1A;
}
</style>
background-color css
<style>
a { background-color: #A28C1A; }
a { background-color: rgb(162,140,26); }
div.DivClassName
{
background-color: #A28C1A;
}
.BgClassName
{
background-color: #A28C1A;
}
</style>
border-color css
<style>
span { border-color: #A28C1A; }
span { border-color: rgb(162,140,26); }
td.TdClassName
{
border-color: #A28C1A;
}
.TagClassName
{
border-color: #A28C1A;
}
</style>