Shades of Hacienda #A28C1C
Tints of Hacienda #A28C1C
RGB
CMYK
RGB Variations
Color information
#A28C1C (or 0xA28C1C) is known color: Hacienda. HEX triplet: A2, 8C and 1C. RGB value is (162,140,28). Sum of RGB (Red+Green+Blue) = 162+140+28=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 140 (55.08% from 255 or 42.42% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28C1C is #5D73E3. Grayscale: #868686. Windows color (decimal): -6124516 or 1871010. OLE color: 1871010.
HSL color Cylindrical-coordinate representation of color #A28C1C: hue angle of 50.15º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A28C1C is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 140 | 28 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.36 |
| HSL | 50.15º | 0.71% | 0.37% | - |
| HSV(B) | 50.15º | 0.83% | 0.64% | - |
| XYZ | 24.49 | 26.52 | 4.93 | - |
| YUV | 133.81 | 68.29 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 28 | 0 | 0.14 | 0.83 | 0.36 | 50.15 | 0.71 | 0.37 |
| Hex | A2 | 8C | 1C | 0 | E | 53 | 24 | 32 | 47 | 25 |
| Octal | 242 | 214 | 34 | 0 | 16 | 123 | 44 | 62 | 107 | 45 |
| Binary | 10100010 | 10001100 | 11100 | 0 | 1110 | 1010011 | 100100 | 110010 | 1000111 | 100101 |
Color Harmonies of #A28C1C
Complementary color
Monochromatic Colors of #A28C1C
Black with #A28C1C
Text Example
Text Example
White with #A28C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28C1C; }
p { color: rgb(162,140,28); }
H1.HeaderClassName
{
color: #A28C1C;
}
.AnyTagClassName
{
color: #A28C1C;
}
</style>
background-color css
<style>
a { background-color: #A28C1C; }
a { background-color: rgb(162,140,28); }
div.DivClassName
{
background-color: #A28C1C;
}
.BgClassName
{
background-color: #A28C1C;
}
</style>
border-color css
<style>
span { border-color: #A28C1C; }
span { border-color: rgb(162,140,28); }
td.TdClassName
{
border-color: #A28C1C;
}
.TagClassName
{
border-color: #A28C1C;
}
</style>