Shades of Hacienda #A38C1C
Tints of Hacienda #A38C1C
RGB
CMYK
RGB Variations
Color information
#A38C1C (or 0xA38C1C) is known color: Hacienda. HEX triplet: A3, 8C and 1C. RGB value is (163,140,28). Sum of RGB (Red+Green+Blue) = 163+140+28=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38C1C is #5C73E3. Grayscale: #868686. Windows color (decimal): -6058980 or 1871011. OLE color: 1871011.
HSL color Cylindrical-coordinate representation of color #A38C1C: hue angle of 49.78º 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 #A38C1C is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 140 | 28 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.36 |
| HSL | 49.78º | 0.71% | 0.37% | - |
| HSV(B) | 49.78º | 0.83% | 0.64% | - |
| XYZ | 24.69 | 26.63 | 4.94 | - |
| YUV | 134.11 | 68.12 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 140 | 28 | 0 | 0.14 | 0.83 | 0.36 | 49.78 | 0.71 | 0.37 |
| Hex | A3 | 8C | 1C | 0 | E | 53 | 24 | 32 | 47 | 25 |
| Octal | 243 | 214 | 34 | 0 | 16 | 123 | 44 | 62 | 107 | 45 |
| Binary | 10100011 | 10001100 | 11100 | 0 | 1110 | 1010011 | 100100 | 110010 | 1000111 | 100101 |
Color Harmonies of #A38C1C
Complementary color
Monochromatic Colors of #A38C1C
Black with #A38C1C
Text Example
Text Example
White with #A38C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38C1C; }
p { color: rgb(163,140,28); }
H1.HeaderClassName
{
color: #A38C1C;
}
.AnyTagClassName
{
color: #A38C1C;
}
</style>
background-color css
<style>
a { background-color: #A38C1C; }
a { background-color: rgb(163,140,28); }
div.DivClassName
{
background-color: #A38C1C;
}
.BgClassName
{
background-color: #A38C1C;
}
</style>
border-color css
<style>
span { border-color: #A38C1C; }
span { border-color: rgb(163,140,28); }
td.TdClassName
{
border-color: #A38C1C;
}
.TagClassName
{
border-color: #A38C1C;
}
</style>