Shades of Hacienda #A38D23
Tints of Hacienda #A38D23
RGB
CMYK
RGB Variations
Color information
#A38D23 (or 0xA38D23) is known color: Hacienda. HEX triplet: A3, 8D and 23. RGB value is (163,141,35). Sum of RGB (Red+Green+Blue) = 163+141+35=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 141 (55.47% from 255 or 41.59% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38D23 is #5C72DC. Grayscale: #878787. Windows color (decimal): -6058717 or 2330019. OLE color: 2330019.
HSL color Cylindrical-coordinate representation of color #A38D23: hue angle of 49.69º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A38D23 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 141 | 35 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.36 |
| HSL | 49.69º | 0.65% | 0.39% | - |
| HSV(B) | 49.69º | 0.79% | 0.64% | - |
| XYZ | 24.93 | 26.96 | 5.48 | - |
| YUV | 135.49 | 71.29 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 141 | 35 | 0 | 0.13 | 0.79 | 0.36 | 49.69 | 0.65 | 0.39 |
| Hex | A3 | 8D | 23 | 0 | D | 4F | 24 | 32 | 41 | 27 |
| Octal | 243 | 215 | 43 | 0 | 15 | 117 | 44 | 62 | 101 | 47 |
| Binary | 10100011 | 10001101 | 100011 | 0 | 1101 | 1001111 | 100100 | 110010 | 1000001 | 100111 |
Color Harmonies of #A38D23
Complementary color
Monochromatic Colors of #A38D23
Black with #A38D23
Text Example
Text Example
White with #A38D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38D23; }
p { color: rgb(163,141,35); }
H1.HeaderClassName
{
color: #A38D23;
}
.AnyTagClassName
{
color: #A38D23;
}
</style>
background-color css
<style>
a { background-color: #A38D23; }
a { background-color: rgb(163,141,35); }
div.DivClassName
{
background-color: #A38D23;
}
.BgClassName
{
background-color: #A38D23;
}
</style>
border-color css
<style>
span { border-color: #A38D23; }
span { border-color: rgb(163,141,35); }
td.TdClassName
{
border-color: #A38D23;
}
.TagClassName
{
border-color: #A38D23;
}
</style>