Shades of Hacienda #A38423
Tints of Hacienda #A38423
RGB
CMYK
RGB Variations
Color information
#A38423 (or 0xA38423) is known color: Hacienda. HEX triplet: A3, 84 and 23. RGB value is (163,132,35). Sum of RGB (Red+Green+Blue) = 163+132+35=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 35 (14.06% from 255 or 10.61% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A38423 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38423 is #5C7BDC. Grayscale: #828282. Windows color (decimal): -6061021 or 2327715. OLE color: 2327715.
HSL color Cylindrical-coordinate representation of color #A38423: hue angle of 45.47º 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 #A38423 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 132 | 35 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.36 |
| HSL | 45.47º | 0.65% | 0.39% | - |
| HSV(B) | 45.47º | 0.79% | 0.64% | - |
| XYZ | 23.66 | 24.41 | 5.05 | - |
| YUV | 130.21 | 74.27 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 132 | 35 | 0 | 0.19 | 0.79 | 0.36 | 45.47 | 0.65 | 0.39 |
| Hex | A3 | 84 | 23 | 0 | 13 | 4F | 24 | 2D | 41 | 27 |
| Octal | 243 | 204 | 43 | 0 | 23 | 117 | 44 | 55 | 101 | 47 |
| Binary | 10100011 | 10000100 | 100011 | 0 | 10011 | 1001111 | 100100 | 101101 | 1000001 | 100111 |
Color Harmonies of #A38423
Complementary color
Monochromatic Colors of #A38423
Black with #A38423
Text Example
Text Example
White with #A38423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38423; }
p { color: rgb(163,132,35); }
H1.HeaderClassName
{
color: #A38423;
}
.AnyTagClassName
{
color: #A38423;
}
</style>
background-color css
<style>
a { background-color: #A38423; }
a { background-color: rgb(163,132,35); }
div.DivClassName
{
background-color: #A38423;
}
.BgClassName
{
background-color: #A38423;
}
</style>
border-color css
<style>
span { border-color: #A38423; }
span { border-color: rgb(163,132,35); }
td.TdClassName
{
border-color: #A38423;
}
.TagClassName
{
border-color: #A38423;
}
</style>